diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acca02bb..36b675fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"