Add missing git installation step in release stage of GitLab CI configuration
This commit is contained in:
@@ -76,6 +76,7 @@ sonarcloud_scan:
|
|||||||
perform_release:
|
perform_release:
|
||||||
stage: release
|
stage: release
|
||||||
script: |
|
script: |
|
||||||
|
apk add --no-cache git
|
||||||
cd ${GITLAB_CLONE_DIR}
|
cd ${GITLAB_CLONE_DIR}
|
||||||
git config --global user.name "${GITLAB_USERNAME}"
|
git config --global user.name "${GITLAB_USERNAME}"
|
||||||
git config --global user.email "${GITLAB_USEREMAIL}"
|
git config --global user.email "${GITLAB_USEREMAIL}"
|
||||||
|
|||||||
Reference in New Issue
Block a user