diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a6d8a8bf54285cfe38fb8ef77fba3b9c8145e34..d3a80e4886d25bcf8918e2d1d6b974d321f82564 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,3 +112,16 @@ 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'