Skip to content

Commit

Permalink
Merge pull request #90 from lanl/ci_upstream_change
Browse files Browse the repository at this point in the history
ci: add TESTING_CLUSTER to PROJECT_SPACK_ROOT
  • Loading branch information
Yurlungur authored Apr 23, 2024
2 parents bdac29f + fef8520 commit 131d902
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 131d902

Please sign in to comment.