Skip to content
Snippets Groups Projects
Commit 605ae922 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: SPACK_VERSION in eics3 mirror

parent 56d02dd4
No related branches found
No related tags found
1 merge request!612feat: SPACK_VERSION in eics3 mirror
......@@ -78,7 +78,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror \
--s3-endpoint-url https://eics3.sdcc.bnl.gov:9000 \
--s3-access-key-id "${S3_ACCESS_KEY}" \
--s3-access-key-secret "${S3_SECRET_KEY}" \
eics3 s3://eictest/EPIC/spack \
eics3 s3://eictest/EPIC/spack/${SPACK_VERSION} \
; fi \
&& spack mirror list
......
mirrors:
eics3rw:
fetch:
url: s3://eictest/EPIC/spack
url: s3://eictest/EPIC/spack/${SPACK_VERSION}
access_pair:
- ${S3RW_ACCESS_KEY}
- ${S3RW_SECRET_KEY}
......@@ -9,7 +9,7 @@ mirrors:
profile: null
endpoint_url: https://eics3.sdcc.bnl.gov:9000
push:
url: s3://eictest/EPIC/spack
url: s3://eictest/EPIC/spack/${SPACK_VERSION}
access_pair:
- ${S3RW_ACCESS_KEY}
- ${S3RW_SECRET_KEY}
......
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