Loading .gitlab-ci.yml +0 −4 Original line number Diff line number Diff line Loading @@ -50,8 +50,6 @@ dev_deploy_job: stage: dev_deploy image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9 pull_policy: [if-not-present] before_script: - mkdir -p /tmp/bin ~/.ssh - chmod 700 ~/.ssh Loading Loading @@ -167,7 +165,6 @@ dev_workflows_job: stage: dev_workflows image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/maven:3.9-eclipse-temurin-17 pull_policy: [if-not-present] before_script: # clone the integration tests repo - git clone --depth 1 --branch develop "https://oauth2:$GROUP_ACCESS_TOKEN@$INTEGRATION_REPO" Loading Loading @@ -255,7 +252,6 @@ dev_merge: stage: dev_merge image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9 pull_policy: [always, if-not-present] script: - git config --global user.email "$GITLAB_USER_EMAIL" - git config --global user.name "$GITLAB_USER_NAME" Loading Loading
.gitlab-ci.yml +0 −4 Original line number Diff line number Diff line Loading @@ -50,8 +50,6 @@ dev_deploy_job: stage: dev_deploy image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9 pull_policy: [if-not-present] before_script: - mkdir -p /tmp/bin ~/.ssh - chmod 700 ~/.ssh Loading Loading @@ -167,7 +165,6 @@ dev_workflows_job: stage: dev_workflows image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/maven:3.9-eclipse-temurin-17 pull_policy: [if-not-present] before_script: # clone the integration tests repo - git clone --depth 1 --branch develop "https://oauth2:$GROUP_ACCESS_TOKEN@$INTEGRATION_REPO" Loading Loading @@ -255,7 +252,6 @@ dev_merge: stage: dev_merge image: name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9 pull_policy: [always, if-not-present] script: - git config --global user.email "$GITLAB_USER_EMAIL" - git config --global user.name "$GITLAB_USER_NAME" Loading