From 6d7862b7bb3cd090f6604a4e4ecaca0a7451d5d8 Mon Sep 17 00:00:00 2001
From: Christian Winter <c.winter@kit.edu>
Date: Fri, 27 Oct 2023 12:59:54 +0000
Subject: [PATCH] disable ci for tp_herwig container which doesn't work yet

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09e4d80..afd424f 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ build_and_push:
   image: docker:latest
   script:
     - |
-      export IMAGES=( "basis" "tp" "python311"  "basis_jupytermachine" "tp_herwig") # "tp_geant" "cuda_basis"
+      export IMAGES=( "basis" "tp" "python311"  "basis_jupytermachine") # "tp_herwig") # "tp_geant" "cuda_basis"
       docker login -u jeppelt -p $DOCKER_TOKEN;
       for image in "${IMAGES[@]}"; do
         echo "$image";
@@ -28,7 +28,7 @@ create_jupytermachine_version:
   image: docker:latest
   script:
     - |
-      IMAGES=( "basis" "tp" "python311" "tp_herwig") #  "tp_geant" "cuda_basis"
+      IMAGES=( "basis" "tp" "python311") # "tp_herwig") #  "tp_geant" "cuda_basis"
       docker login -u jeppelt -p $DOCKER_TOKEN
       cd basis_jupytermachine
       for image in "${IMAGES[@]}"; do
-- 
GitLab