Skip to content

Commit

Permalink
Merge pull request fibercrypto/fibercryptowallet#361 from simelo/stde…
Browse files Browse the repository at this point in the history
…vMac_Update_travis_deploy_section

[ci] Remove echo in build on linux releases
  • Loading branch information
stdevMac authored Mar 16, 2020
2 parents 6dac1e2 + ed41a71 commit d20753f
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 d20753f

Please sign in to comment.