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

fix: setup mirrors.yaml after spack.sh

parent c4443ba0
No related branches found
No related tags found
1 merge request!654fix: setup mirrors.yaml after spack.sh
......@@ -256,11 +256,9 @@ jug_dev:default:
- version
- base
script:
## Setup mirrors.yaml with rw mirror secrets
- cat mirrors.yaml.in | envsubst > mirrors.yaml
## Build targets
- source spack.sh ;
source eic-spack.sh ;
cat mirrors.yaml.in | envsubst > mirrors.yaml ;
docker buildx build --push ${BUILD_OPTIONS}
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
${EXPORT_TAG:+
......
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