fix CI_COMMIT_SHA

This commit is contained in:
Russell Ballestrini 2021-11-01 15:03:30 -04:00
parent 733130bcb0
commit eb0d39eff4
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
rm -rf .git
cd ..; tar -zcvf www.unturf.com.tar.gz www.unturf.com; mv www.unturf.com.tar.gz www.unturf.com; cd www.unturf.com
# create git-commit.txt to track this builds git commit hash.
echo $GIT_COMMIT >> commit-hash.txt
echo $CI_COMMIT_SHA >> commit-hash.txt