Skip to content

Commit

Permalink
Update version format. Align docker tagname with release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
natzei committed Nov 21, 2020
1 parent b66b011 commit 4b99df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
- GRADLE_VERSION=5.6.2
- BITCOIND_CONNECTOR_TAG=v0.16.0
- BITCOINJ_TAG=0.16.9-LIB
- LATEST_VERSION=$(git log -n 1 --pretty=format:"%h")
- LATEST_VERSION=$(date +%Y%m%d_%s)_$(git log -n 1 --pretty=format:"%h")

install:
- sudo apt-get -qq update
Expand Down
2 changes: 1 addition & 1 deletion scripts/tag.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git tag $(date +%Y%m%d)_$(git log -n 1 --pretty=format:"%h")
git tag $(date +%Y%m%d_%s)_$(git log -n 1 --pretty=format:"%h")

0 comments on commit 4b99df7

Please sign in to comment.