Skip to content

Commit

Permalink
ci: add TESTING_CLUSTER to PROJECT_SPACK_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Apr 22, 2024
1 parent bdac29f commit fef8520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ default:
- rm -rf ${SPACK_USER_CACHE_PATH} ${DEVEL_SPACK_ROOT}
- |
if [[ -z "${PROJECT_TMP_SPACK_DIR}" ]]; then
export PROJECT_SPACK_ROOT=${XCAP_PROJECT_DIR}/spack
export PROJECT_SPACK_ROOT="${XCAP_PROJECT_DIR}/spack-${TESTING_CLUSTER}"
else
export PROJECT_SPACK_ROOT="${XCAP_PROJECT_DIR}/${PROJECT_TMP_SPACK_DIR}-${TESTING_CLUSTER}"
fi
Expand Down

0 comments on commit fef8520

Please sign in to comment.