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

some weird error with "

parent 7df4d154
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ build_and_push:
stage: build_and_push
image: docker:latest
script:
- IMAGES=( "basis" "tp" "tp_geant" "tp_herwig" );
- IMAGES=( 'basis' 'tp' 'tp_geant' 'tp_herwig' );
- docker login -u jeppelt -p $DOCKER_TOKEN;
- |
for image in "${IMAGES[@]}"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment