chore(gitlab-ci): hlint caching
This commit is contained in:
parent
2e435da623
commit
57d6d0aba8
@ -8,6 +8,7 @@ default:
|
|||||||
image:
|
image:
|
||||||
name: fpco/stack-build:lts-16.31
|
name: fpco/stack-build:lts-16.31
|
||||||
cache: &global_cache
|
cache: &global_cache
|
||||||
|
key: default
|
||||||
paths:
|
paths:
|
||||||
- .npm
|
- .npm
|
||||||
- node_modules
|
- node_modules
|
||||||
@ -249,7 +250,11 @@ yesod:test:yesod:dev:
|
|||||||
|
|
||||||
yesod:test:hlint:
|
yesod:test:hlint:
|
||||||
stage: lint
|
stage: lint
|
||||||
cache: {}
|
cache: &hlint_cache
|
||||||
|
key: hlint
|
||||||
|
paths:
|
||||||
|
- .stack
|
||||||
|
- .stack-work
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
- job: npm install # transitive
|
- job: npm install # transitive
|
||||||
@ -283,7 +288,7 @@ yesod:test:hlint:
|
|||||||
|
|
||||||
yesod:test:hlint:dev:
|
yesod:test:hlint:dev:
|
||||||
stage: lint
|
stage: lint
|
||||||
cache: {}
|
cache: *hlint_cache
|
||||||
|
|
||||||
needs:
|
needs:
|
||||||
- job: npm install # transitive
|
- job: npm install # transitive
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user