gitlab: Fix mirror url to match stack name (#31399)

We adopted the convention of putting binaries for each stack into
a dedicated mirror named after the directory in which the stack
(spack.yaml file) resides.  This fixes the mirror url of the
radiuss-aws-aarch64 stack to follow that convention.
This commit is contained in:
Scott Wittenburg
2022-06-30 16:38:58 -06:00
committed by GitHub
parent 60c533b80b
commit 861edcf996

View File

@@ -57,7 +57,7 @@ spack:
- - $compiler
- - $target
mirrors: { "mirror": "s3://spack-binaries/develop/radiuss-aws" }
mirrors: { "mirror": "s3://spack-binaries/develop/radiuss-aws-aarch64" }
gitlab-ci: