Skip to content

Commit f7a50d3

Browse files
committed
Test using radiuss-spack-testing registry with per sys-type subdirectory
1 parent 41863f6 commit f7a50d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gitlab/build_and_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ then
126126
if [[ -n ${ci_registry_token} ]]
127127
then
128128
timed_message "GitLab registry as Spack Buildcache"
129-
${spack_cmd} -D ${spack_env_path} mirror add --unsigned --oci-username ${ci_registry_user} --oci-password ${ci_registry_token} gitlab_ci oci://${ci_registry_image}/${sys_type}
129+
${spack_cmd} -D ${spack_env_path} mirror add --unsigned --oci-username ${ci_registry_user} --oci-password ${ci_registry_token} gitlab_ci oci://${ci_registry_image}/radiuss-spack-testing/${sys_type}
130130
fi
131131

132132
timed_message "Spack build of dependencies"

0 commit comments

Comments
 (0)