Skip to content

Commit

Permalink
fix build version
Browse files Browse the repository at this point in the history
  • Loading branch information
gwi-mmuths committed Apr 11, 2019
1 parent 80fd02b commit 4b4e863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## v2.0.2 - 2019-04-11
### Fixed
- DockerHub Build

## v2.0.1 - 2019-04-11
### Fixed
- Version retrieval
Expand Down
1 change: 0 additions & 1 deletion hooks/post_checkout
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ set -e

echo "[***] Build version"

git fetch --tags --unshallow --quiet origin
find . -type f -print0 | xargs -0 sed -i "s/@package_version@/$(git describe --tags --always)/g"

0 comments on commit 4b4e863

Please sign in to comment.