Add missing git installation step in release stage of GitLab CI configuration

This commit is contained in:
2025-08-19 11:02:47 +02:00
parent e817b97755
commit 957039edac
+1
View File
@@ -76,6 +76,7 @@ sonarcloud_scan:
perform_release:
stage: release
script: |
apk add --no-cache git
cd ${GITLAB_CLONE_DIR}
git config --global user.name "${GITLAB_USERNAME}"
git config --global user.email "${GITLAB_USEREMAIL}"