Skip to content

Commit

Permalink
Removed ls, added mkdir for tmp resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Commander-lol committed Apr 6, 2016
1 parent c264597 commit 8e66a38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ mk_tarball() {
local temp_dir=$(mktempd)
local out_dir=$(pwd)

ls .
ls target
ls target/release

cp target/release/moka $temp_dir
mkdir $temp_dir/resources
cp -r target/release/resources/* $temp_dir/resources

pushd $temp_dir
Expand Down

0 comments on commit 8e66a38

Please sign in to comment.