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
...@@ -230,7 +230,7 @@ generate-pipeline: ...@@ -230,7 +230,7 @@ generate-pipeline:
name: ${CI_REGISTRY_IMAGE}/${BASE_IMAGE}:${INTERNAL_TAG} name: ${CI_REGISTRY_IMAGE}/${BASE_IMAGE}:${INTERNAL_TAG}
entrypoint: [""] entrypoint: [""]
before_script: 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 clone https://github.com/${SPACK_ORGREPO}.git spack
- git -C spack checkout ${SPACK_VERSION} - git -C spack checkout ${SPACK_VERSION}
- . "./spack/share/spack/setup-env.sh" - . "./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