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

fix: apt-get update

parent 082d31fd
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,7 +230,7 @@ generate-pipeline:
name: ${CI_REGISTRY_IMAGE}/${BASE_IMAGE}:${INTERNAL_TAG}
entrypoint: [""]
before_script:
- apt-get install -yqq python3-boto3
- apt-get update -yqq && 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