Skip to content

Commit

Permalink
ci(travis): fix copying of jar to deploy dir
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Mar 15, 2017
1 parent b0ebcc0 commit 7bf3291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ notifications:
before_deploy:
- mkdir deploy
- cp target/dt-*.jar deploy/
- cp "target/dt-*.jar" "deploy/dt-latest-$(git rev-parse --abbrev-ref HEAD).jar"
- cp "target/dt-$(git describe --always).jar" "deploy/dt-latest-$(git rev-parse --abbrev-ref HEAD).jar"
deploy:
skip_cleanup: true
provider: s3
Expand Down

0 comments on commit 7bf3291

Please sign in to comment.