Skip to content

Commit

Permalink
ci: remove find . from before-deploy.sh
Browse files Browse the repository at this point in the history
We have a better idea of how the deploy process works now, so this is no
longer necessary.

Signed-off-by: Sean Cross <sean@xobs.io>
  • Loading branch information
xobs committed Oct 30, 2018
1 parent 87ddc7c commit 24876c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/before_deploy.sh
Expand Up @@ -32,8 +32,6 @@ main() {
fi
cp target/$TARGET/release/exclave$ext $stage/

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

0 comments on commit 24876c4

Please sign in to comment.