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

Removing quotes on jq outputs

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