chore: fix cache & locales for yesod:build
This commit is contained in:
parent
56842134d3
commit
43aff72314
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user