Skip to content
Snippets Groups Projects
Commit 29afc070 authored by Christian Winter's avatar Christian Winter
Browse files

enable herwig jupytermachine image again

parent e9285a01
No related branches found
No related tags found
No related merge requests found
......@@ -72,13 +72,13 @@ tp_herwig:
- tp/*
- basis/*
allow_failure: true
create_jupytermachine_version:
stage: 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 "$DOCKER_HUB_USER" -p $DOCKER_TOKEN
cd basis_jupytermachine
for image in "${IMAGES[@]}"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment