Skip to content

Commit

Permalink
Merge pull request #361 from simelo/stdevMac_Update_travis_deploy_sec…
Browse files Browse the repository at this point in the history
…tion

[ci] Remove echo in build on linux releases
  • Loading branch information
stdevMac committed Mar 16, 2020
2 parents 1f69cc9 + 0e9c23d commit 487d653
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 @@ -138,7 +138,7 @@ before_deploy:
- export ARCH="$(uname -m)"
- export OS="$(uname -s)"
- make prepare-release
- if [[ $D_ARCH == "Linux" ]]; then echo DEFAULT_TARGET=linux make build-docker ; else echo "False"; fi
- if [[ $D_ARCH == "Linux" ]]; then DEFAULT_TARGET=linux make build-docker ; else echo "False"; fi
- if [[ $D_ARCH == "MacOS" ]]; then make build; else echo "False"; fi
- ( cd deploy && tar czf ../fibercryptowallet-${VERSION}-${OS}-${ARCH}.tar.gz ./* )
- pwd && ls -l .
Expand Down

0 comments on commit 487d653

Please sign in to comment.