From 2544bbe4be085f381a6b9fe12f9e81d2a2d929fe Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 24 Jun 2020 14:51:00 +0200 Subject: [PATCH] Revert "chore(gitlab-ci): don't apt-get update" This reverts commit 4ee91d227622257fddc3adc85ae06bf80b92f510. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8da11e486..2af09823a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ npm install: - ./.npmrc.gup - npm install before_script: &npm + - apt-get update -y - npm install -g n - n 13.5.0 - export PATH="${N_PREFIX}/bin:$PATH" @@ -88,6 +89,7 @@ yesod:build:dev: needs: - frontend:build before_script: &haskell + - apt-get update -y - apt-get install -y --no-install-recommends locales-all - apt-get install openssh-client -y - install -v -m 0700 -d ~/.ssh @@ -135,6 +137,7 @@ frontend:test: needs: - npm install before_script: + - apt-get update -y - npm install -g n - n 13.5.0 - export PATH="${N_PREFIX}/bin:$PATH" @@ -232,6 +235,7 @@ deploy:uniworx3: - hlint # For sanity - frontend:test # For sanity before_script: + - apt-get update -y - apt-get install -y --no-install-recommends openssh-client - install -v -m 0700 -d ~/.ssh - install -v -T -m 0644 ${SSH_KNOWN_HOSTS} ~/.ssh/known_hosts