From 957039edacf7ed9721f503e6bbec3a57c6229457 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 19 Aug 2025 11:02:47 +0200 Subject: [PATCH] Add missing `git` installation step in release stage of GitLab CI configuration --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f9914b..26eccba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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}"