chore: fix cache & locales for yesod:build
This commit is contained in:
parent
56842134d3
commit
43aff72314
@ -51,12 +51,14 @@ yesod:build:dev:
|
|||||||
needs:
|
needs:
|
||||||
- frontend:build
|
- frontend:build
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends locales-all
|
||||||
- ln -s $(which g++-7) $(dirname $(which g++-7))/g++
|
- ln -s $(which g++-7) $(dirname $(which g++-7))/g++
|
||||||
cache:
|
cache:
|
||||||
key: "${CI_COMMIT_REF_SLUG}"
|
key: "${CI_COMMIT_REF_SLUG}"
|
||||||
paths:
|
paths:
|
||||||
- .stack
|
- .stack
|
||||||
- .stack_work
|
- .stack-work
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- bin/uniworx
|
- bin/uniworx
|
||||||
@ -77,4 +79,4 @@ frontend:test:
|
|||||||
- n stable
|
- n stable
|
||||||
- apt-get install -y --no-install-recommends chromium-browser
|
- apt-get install -y --no-install-recommends chromium-browser
|
||||||
dependencies:
|
dependencies:
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user