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

fix: use entrypoint /bin/bash

parent 42b05217
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.
......@@ -413,7 +413,7 @@ jug_xl:nightly:
.singularity:
image:
name: ${SINGULARITY_IMAGE}
entrypoint: ["/bin/sh"]
entrypoint: ["/bin/bash"]
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