Skip to content

Commit

Permalink
Revert gitian build on travis (iov-one#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl authored Jun 3, 2020
1 parent 2735dfd commit 424a8fe
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ script:
release_tag=$( [[ "$TRAVIS_TAG" != "" ]] && echo "yes" || echo "no" );

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 ;
make build
docker build --pull --tag ${IMAGE_NAME} . ;
fi;

Expand Down Expand Up @@ -90,16 +89,3 @@ branches:
- master
- /^v[0-9]+\.[0-9]+\.x$/
- /^v[0-9]+\.[0-9]+\.[0-9]+$/

deploy:
provider: releases
api_key:
${GITHUB_API_KEY}
file:
- ${TRAVIS_BUILD_DIR}/iovns-build-linux/build/out/iovns-${VERSION}-linux-amd64.tar.gz
- ${TRAVIS_BUILD_DIR}/iovns-build-linux/build/out/src/iovns-${VERSION}.tar.gz
- ${TRAVIS_BUILD_DIR}/iovns-build-linux/result/iovns-linux-res.yml
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+$

0 comments on commit 424a8fe

Please sign in to comment.