Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Fix ci deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkehayias committed Aug 25, 2019
1 parent 58c890b commit b6520ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ after_script:
- sleep 1

before_deploy:
- cd cli
- sh ci/before_deploy.sh

# Sometimes travis cuts off error logs...
Expand Down
2 changes: 1 addition & 1 deletion cli/ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ main() {

# Build the artifacts that matter to you
cross rustc --target $TARGET --release -- -C lto
cp target/$TARGET/release/cli $stage/
cp target/$TARGET/release/woz $stage/

cd $stage
tar czf $src/$CRATE_NAME-$TRAVIS_TAG-$TARGET.tar.gz *
Expand Down

0 comments on commit b6520ab

Please sign in to comment.