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

fix: provide S3/AWS endpoint and access secrets to pipeline

parent 110392e8
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !410. Comments created here will be created in the context of that merge request.
......@@ -23,6 +23,12 @@ variables:
## Ref: https://github.com/eic/eic-spack/commit/[hash]
## [hash]: [description]
## S3 buildcache access
S3_ENDPOINT_URL: "https://dtn01.sdcc.bnl.gov:9000"
## S3 credentials (through CI/CD variables)
AWS_ACCESS_KEY_ID: "${S3_ACCESS_KEY}"
AWS_SECRET_ACCESS_KEY: "${S3_SECRET_KEY}"
## We need to enable Docker Buildkit to use cache mounts and better
## build performance overall
DOCKER_BUILDKIT: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment