From ce926c1505f122d0c747f073cd743758cf060fda Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Fri, 17 Feb 2023 10:50:48 +0100 Subject: [PATCH] CI: add ACLs and public mirror sync --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8404b841d..97c4fb343 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,9 +127,10 @@ sync_repo_on_HPC: update_acls: stage: deploy matrix: - - SYSTEM: juwels - - SYSTEM: jureca - - SYSTEM: jusuf + - SYSTEM: + - juwels + - jureca + - jusuf tags: - jacamar - ${SYSTEM} -- GitLab