Skip to content
Snippets Groups Projects
Commit c4cc2f97 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding full path

parent e6da92bd
No related branches found
No related tags found
1 merge request!2CI update to use squashfs
Pipeline #201428 failed
......@@ -66,10 +66,10 @@ variables:
- .parallel_definition
- .squashfs_var
variables:
MOUNT_POINT: $(jq -Mc .stack.mount_point stacks/${stack}/config.json)
MOUNT_POINT: $(jq -Mc .stack.mount_point ${CI_PROJECT_DIR}/stacks/${stack}/config.json)
FAKEHOME: "/scratch/$(id -un)"
COMMAND_OPTIONS_SBATCH: ${slurm_options}
STACK_VERSION: $(jq -Mc .stack.version stacks/${stack}/config.json)
STACK_VERSION: $(jq -Mc .stack.version ${CI_PROJECT_DIR}/stacks/${stack}/config.json)
APPTAINER_EXEC_OPTIONS: >-
${apptainer_options}
--cleanenv
......
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