Skip to content

Commit

Permalink
Fixed bug in version numbering from within travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidereus3 committed Oct 16, 2016
1 parent f206ca9 commit b598e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ cache:
- "$HOME/.gradle/caches/"
- "$HOME/.gradle/wrapper/"
before_deploy:
- export TAG=$(git tag --point-at=$(git rev-parse HEAD))
- export TAG=$(git describe --abbrev=0 --tags)
- export MOD_TAG=${TAG#"v"}
- export RELEASE_PKG_FILE="${ls builds/lib/krigings-${MOD_TAG}.jar}"
- export RELEASE_PKG_FILE="$(ls build/libs/krigings-${MOD_TAG}.jar)"
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit b598e7a

Please sign in to comment.