Skip to content
Snippets Groups Projects
Commit 42b05217 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: image entrypoint syntax

parent e77a7ac1
No related branches found
No related tags found
1 merge request!701feat: use official singularity image
...@@ -411,8 +411,9 @@ jug_xl:nightly: ...@@ -411,8 +411,9 @@ jug_xl:nightly:
containers/jug containers/jug
.singularity: .singularity:
image: ${SINGULARITY_IMAGE} image:
entrypoint: ["/bin/sh"] name: ${SINGULARITY_IMAGE}
entrypoint: ["/bin/sh"]
stage: deploy stage: deploy
interruptible: true interruptible: true
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment