diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09e4d80e46eead149cde79954fe90cbc1648683d..afd424f4e997c99683286cd8ee9ffd4bc85862d3 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