chore: fix cache & locales for yesod:build

This commit is contained in:
Gregor Kleen 2019-11-08 12:56:31 +01:00
parent 56842134d3
commit 43aff72314

View File

@ -51,12 +51,14 @@ yesod:build:dev:
needs:
- frontend:build
before_script:
- apt-get update
- apt-get install -y --no-install-recommends locales-all
- ln -s $(which g++-7) $(dirname $(which g++-7))/g++
cache:
key: "${CI_COMMIT_REF_SLUG}"
paths:
- .stack
- .stack_work
- .stack-work
artifacts:
paths:
- bin/uniworx
@ -77,4 +79,4 @@ frontend:test:
- n stable
- apt-get install -y --no-install-recommends chromium-browser
dependencies:
- npm install
- npm install