Skip to content

Commit

Permalink
Pop out of cmd/faucet (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Puchyr <[email protected]>
  • Loading branch information
davepuchyr and Dave Puchyr authored Jul 22, 2020
1 parent 4bcae2d commit 9107015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ script:
./contrib/gitian-build.sh linux ;
mkdir -p ${TRAVIS_BUILD_DIR}/build && tar -zxf $TRAVIS_BUILD_DIR/iovns-build-linux/build/out/iovns-${VERSION}-linux-amd64.tar.gz -C ${TRAVIS_BUILD_DIR}/build ;
docker build --pull --tag ${IMAGE_NAME} . ;
cd cmd/faucet && make build && docker build --pull --tag ${FAUCET_IMAGE_NAME} . ;
( cd cmd/faucet && make build && docker build --pull --tag ${FAUCET_IMAGE_NAME} . );
fi;

if [[ $release_latest == "yes" ]]; then
Expand Down

0 comments on commit 9107015

Please sign in to comment.