From 063398f96c71840da3a2f9c5d61980eb72c8cb17 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Wed, 8 Mar 2023 09:58:21 +0100 Subject: [PATCH] CI: remove system tag for system-independent jobs --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c3daffcc..0a1aa5fa5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,11 +117,11 @@ sync_repo_on_HPC: stage: deploy tags: - jacamar - - juwels - shell script: - cd /p/fastdata/zam/swmanage/EasyBuild/2023 - hostname + - echo 'Runung as '+$USERNAME - git pull https://project_2497_bot1:$GITLAB_TOKEN@gitlab.jsc.fz-juelich.de/software-team/easybuild.git rules: - if: '$CI_PROJECT_NAMESPACE == "software-team" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' @@ -155,7 +155,7 @@ push_public_mirror: stage: deploy tags: - jacamar - - juwels + - juwels_booster - shell needs: ['sync_repo_on_HPC'] script: @@ -175,7 +175,6 @@ pull_public_mirror: stage: deploy tags: - jacamar - - juwels - shell script: - hostname -- GitLab