Skip to content

Commit

Permalink
More tweaking. ls in pre-deploy and renamed target in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Commander-lol committed Apr 6, 2016
1 parent 893cad9 commit c264597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deploy:
provider: releases
api_key:
secure: EDs8uEktG84eUM6afVqAHB7QVpx86rb2ZHM9kJEx1AjaBOs5ytJk5nnL7/dosBSEHG3FI0+oKt6n2dXeRCymPXMgU8GE9lgwRuzDsEA3H9yr3zmqbm4uplhwduVi5qK4oM5pWuOutofi4eEa8SiTIA5taMRujXwHFjDDswucJbePSxm6ioU/m7c3fh4eUMUrvHHpJqBJ9+kvZSP9e2KlU0f/WxQtAe/568tk/HLAdD3Eo9SLnVvL/etA8zyBBgUo2XV4R+J4sBho6SFQxhQBI3sHcTwq51iELNGnkQwgxtwSsm2CuhfrYEaO1R94cWtAt+2AH6RScP/scN8O772ab7FengvomDYvDYjO21mCK9GSMqRRLPtBoSa+KcYG+58EqCPoyaNOttYOMI3LJEQq6AyaEsYO1jt1SvqT114u8iN6lrVUrnRuJI1n9gdUOgl6z1rHJh8Rlo80oQWftWm9PXhnol7CQoHzB/V1IQDksM4eVksdZBo7tSdQjFChu21jaS4xWmssCs21kodT3htCfNV4lc1PQH4CuPHfTzES3pkssq8g8m6NOWjpShvhA/LCJVK7fuyi5gICCc3YY8slaIRXg0P8D0JykJH/aAkEKJpqeTnrKiW3t1L9ZIYzBijkyKJHxrvun3+ECkE5dHNoD4SlOiCxLjF3s3aYf1oX6aM=
file: ${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}.tar.gz
file: ${PROJECT_NAME}-${TRAVIS_TAG}-x64-linux.tar.gz
skip_cleanup: true
on:
tags: true
Expand Down
6 changes: 4 additions & 2 deletions ci/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ mk_tarball() {
local temp_dir=$(mktempd)
local out_dir=$(pwd)

echo $("ls target/release")
ls .
ls target
ls target/release

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

pushd $temp_dir

Expand Down

0 comments on commit c264597

Please sign in to comment.