Skip to content
Snippets Groups Projects
Commit a597907c authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

make git config global

parent 5e7cd21c
No related branches found
No related tags found
1 merge request!1OZG-7377 Push Tags to GitOps Repo
Pipeline #1511 passed
...@@ -154,8 +154,8 @@ gitops-snapshot: ...@@ -154,8 +154,8 @@ gitops-snapshot:
VALUES_FILE: ${GITOPS_ENVIRONMENT}/application/values/${VALUES_FILE_NAME} VALUES_FILE: ${GITOPS_ENVIRONMENT}/application/values/${VALUES_FILE_NAME}
before_script: before_script:
- apk add --no-cache git yq # yq-go in newer versions of alpine (from 3.20 on) - apk add --no-cache git yq # yq-go in newer versions of alpine (from 3.20 on)
- git config user.name ${GIT_NAME} - git config --global user.name "${GIT_NAME}"
- git config user.email ${GIT_EMAIL} - git config --global user.email "${GIT_EMAIL}"
- !reference [.get-version, before_script] - !reference [.get-version, before_script]
script: script:
- git clone https://${GITEA_USER}:${GITEA_TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git - git clone https://${GITEA_USER}:${GITEA_TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment