From 630ad1f8d9fb6f8351bf598175219c1d9af4c90b Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 10 Feb 2025 19:35:08 +0100 Subject: [PATCH] ci: removed before_script from deploy jobs --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfcb2c9..e6d5cf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -178,6 +178,7 @@ deploy-dev: tags: - bec-atlas-deploy needs: ["backend_pytest"] + before_script: [] script: - cd ../; if [ ! -d ansible_bec ]; then git clone https://gitlab-runner:$CI_RO_TOKEN@gitlab.psi.ch/bec/ansible_bec.git; fi; - cd ansible_bec && git pull origin main @@ -193,6 +194,7 @@ deploy-qa: tags: - bec-atlas-deploy needs: ["backend_pytest"] + before_script: [] script: - cd ../; if [ ! -d ansible_bec ]; then git clone https://gitlab-runner:$CI_RO_TOKEN@gitlab.psi.ch/bec/ansible_bec.git; fi; - cd ansible_bec && git pull origin main