Skip to content

Commit

Permalink
Fix travis gitian build (iov-one#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl authored Jun 11, 2020
1 parent b72e4d5 commit 1e4513b
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 @@ -62,7 +62,7 @@ script:

if [[ $release_latest == "yes" || $release_tag == "yes" ]]; then
./contrib/gitian-build.sh linux ;
mkdir build && tar -zxf $TRAVIS_BUILD_DIR/iovns-build-linux/build/out/iovns-${VERSION}-linux-amd64.tar.gz -C ${TRAVIS_BUILD_DIR}/build ;
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} . ;
fi;

Expand Down

0 comments on commit 1e4513b

Please sign in to comment.