From d3f00dc2bea1ac772fb19777adfea9f9d81f50f7 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 24 Nov 2022 21:54:17 +0000 Subject: [PATCH] fix: apt-get update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6985a05d3..57e0e4fb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" -- GitLab