From a9326cbf4f632a7ea01308f82e7fc82cc21606ad Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Tue, 21 Feb 2023 16:20:16 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3a80e488..2a6d8a8bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,16 +112,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