Print git version

This commit is contained in:
Justin 2020-04-21 12:35:08 +02:00
parent 9d98f9fd17
commit 9762b0ec25

View File

@ -124,6 +124,7 @@ release:
stage: release
before_script:
- apk add --no-cache git
- git --version
- git fetch origin +refs/heads/master:refs/remotes/origin/master
- git checkout master
- git reset --hard "$CI_COMMIT_SHORT_SHA"