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

fix: install python3-boto3 before generate-pipelines

parent 3b181a4a
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.
......@@ -230,6 +230,7 @@ generate-pipeline:
name: ${CI_REGISTRY_IMAGE}/${BASE_IMAGE}:${INTERNAL_TAG}
entrypoint: [""]
before_script:
- apt-get install -yqq python3-boto3
- git clone https://github.com/${SPACK_ORGREPO}.git spack
- git -C spack checkout ${SPACK_VERSION}
- . "./spack/share/spack/setup-env.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment