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

Add aws config file

parent 7c1d2366
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !436. Comments created here will be created in the context of that merge request.
......@@ -139,6 +139,7 @@ RUN --mount=type=cache,target=/var/cache/spack-mirror \
## Update the S3 build cache (without local cache mount)
ARG S3RW_ACCESS_KEY=""
ARG S3RW_SECRET_KEY=""
ADD aws_config /root/.aws/config
RUN cd /opt/spack-environment \
&& spack env activate . \
&& if [ -n "${S3RW_ACCESS_KEY}" ] ; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment