chore(gitlab-ci): don't apt-get update

This commit is contained in:
Gregor Kleen 2020-06-24 14:45:10 +02:00
parent 94946bab30
commit 4ee91d2276

View File

@ -30,7 +30,6 @@ 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"
@ -89,7 +88,6 @@ 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
@ -137,7 +135,6 @@ 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"
@ -235,7 +232,6 @@ 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