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

Splitting in subdirectories in preparation of deployement

parent b78d44c2
No related branches found
No related tags found
No related merge requests found
Pipeline #198351 canceled
......@@ -5,7 +5,8 @@ export STACK_CONFIG=${STACK_CONFIG_PATH}/config.json
export SPACK_VERSION=$(jq -r .spack.version ${STACK_CONFIG})
export MOUNT_POINT=$(jq -r .stack.mount_point ${STACK_CONFIG})
export STACK_LOCATION=${MOUNT_POINT}/${stack}
export STACK_VERSION=$(jq -r .stack.version ${STACK_CONFIG})
export STACK_LOCATION=${MOUNT_POINT}/${stack}/${environment}/${STACK_VERSION}
export SPACK_SYSTEM_CONFIG_PATH=${STACK_LOCATION}/spack/var/spack/environments/${environment}
......
......@@ -23,6 +23,7 @@
}
},
"stack": {
"version": "v1",
"mount_point": "/stack",
"system_arch": "target=x86_64_v3",
"system_compiler": {
......
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