Skip to content

Commit

Permalink
chore: Fix travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Oliveira committed Dec 4, 2017
1 parent e0e0eae commit b450da1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,4 @@ cp bin/ergo staging
cd staging

# release tarball will look like 'go-ergo-v1.2.3-x86_64-unknown-linux-gnu.tar.gz'
if [ -n "$TARGET" ]; then
echo "Creating package for $TARGET"
tar czf ../${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}.tar.gz *
else
echo "Skipping..."
fi
tar czf ../${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}.tar.gz *

0 comments on commit b450da1

Please sign in to comment.