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
This commit is part of merge request !701. Comments created here will be created in the context of that merge request.
......@@ -411,8 +411,9 @@ jug_xl:nightly:
containers/jug
.singularity:
image: ${SINGULARITY_IMAGE}
entrypoint: ["/bin/sh"]
image:
name: ${SINGULARITY_IMAGE}
entrypoint: ["/bin/sh"]
stage: deploy
interruptible: true
rules:
......
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