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

no cuda testing

parent 92347853
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ build_and_push:
image: docker:latest
script:
- |
export IMAGES=("basis" "tp" "python311" "cuda_basis" "basis_jupytermachine") #"tp_herwig" "tp_geant"
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";
......@@ -27,7 +27,7 @@ create_jupytermachine_version:
stage: create_jupytermachine_version
image: docker:latest
script:
- IMAGES=( "tp" "python311" "cuda_basis" ) #"tp_herwig" "tp_geant"
- IMAGES=( "tp" "python311" ) #"tp_herwig" "tp_geant" "cuda_basis"
- docker login -u jeppelt -p $DOCKER_TOKEN
- cd basis_jupytermachine
- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment