Skip to content

Commit

Permalink
Fix travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Oct 2, 2019
1 parent 09842a0 commit 406ac63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

cargo build --release

rm -r target/deploy
rm -rf target/deploy
mkdir -p target/deploy

cd target/release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "awscredx"
version = "0.2.12"
version = "0.2.13"
authors = ["Alexei Samokvalov <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 406ac63

Please sign in to comment.