From f8c5fa6d9b0bf28f1c5cb98a3cdc54f055e2365f Mon Sep 17 00:00:00 2001 From: Anke Kreuzer <zitz1@deepv.deep> Date: Fri, 17 Feb 2023 11:32:27 +0100 Subject: [PATCH] Adapted the gitlab-ci.yml file to not automatically deploy our changes to the Golden-Repo of the EasyBuild-group. --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98536bfb3..e136e3060 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,16 +110,3 @@ full_check_style: - fi - done - if [ -n "$faulty" ]; then echo "Faulty EasyConfigs... $faulty"; exit 1; fi - -sync_repo_on_HPC: - stage: deploy - tags: - - jacamar - - juwels - - shell - script: - - cd /p/fastdata/zam/swmanage/EasyBuild/2023 - - hostname - - git pull https://project_2497_bot1:$GITLAB_TOKEN@gitlab.jsc.fz-juelich.de/software-team/easybuild.git - only: - - '2023' -- GitLab