Skip to content
Snippets Groups Projects
Commit d7f57608 authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

forgot etp version of herwig

parent 254e8c6b
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ build_and_push: ...@@ -12,7 +12,7 @@ build_and_push:
image: docker:latest image: docker:latest
script: 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; docker login -u jeppelt -p $DOCKER_TOKEN;
for image in "${IMAGES[@]}"; do for image in "${IMAGES[@]}"; do
echo "$image"; echo "$image";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment