Skip to content

Commit

Permalink
fix/ci: use git rev-parse feature to resolve HEAD to a sha
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Mar 3, 2018
1 parent 9c14571 commit df7a0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ jobs:
args:
- -exc
- |
git log -n 1 --format="%h" HEAD > ../release-info/COMMITISH
git rev-parse HEAD > ../release-info/COMMITISH
./waf version
cat VERSION > ../release-info/TAG
echo "oregano" > ../release-info/NAME
Expand Down

0 comments on commit df7a0e0

Please sign in to comment.