From 2505db2ef007585906d0a85e26e790b4e854ed52 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Tue, 21 Feb 2023 19:58:03 +0100
Subject: [PATCH]  remove change to gitlab ci

---
 .gitlab-ci.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2a6d8a8bf..d3a80e488 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'
-- 
GitLab