Skip to content
Snippets Groups Projects
Commit ed46369a authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: migrate deprecated CI_BUILD_REF_NAME variable

parent aba4ccb6
No related branches found
No related tags found
No related merge requests found
...@@ -578,7 +578,7 @@ mvn-release: ...@@ -578,7 +578,7 @@ mvn-release:
- log_info "Preparing Git repository for release..." - log_info "Preparing Git repository for release..."
- git config --global user.name $GITLAB_USER_ID - git config --global user.name $GITLAB_USER_ID
- git config --global user.email $GITLAB_USER_EMAIL - git config --global user.email $GITLAB_USER_EMAIL
- git checkout -B "$CI_BUILD_REF_NAME" - git checkout -B "$CI_COMMIT_REF_NAME"
script: script:
- configure_scm_auth - configure_scm_auth
- maybe_set_version_from_git - maybe_set_version_from_git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment