chore(gitlab-ci): cache always

This commit is contained in:
Gregor Kleen 2019-11-13 17:07:23 +01:00
parent d3a0fcbc47
commit c799adcd28

View File

@ -2,7 +2,6 @@ default:
image: image:
name: fpco/stack-build:lts-13.21 name: fpco/stack-build:lts-13.21
cache: cache:
key: "${CI_COMMIT_REF_SLUG}"
paths: paths:
- node_modules - node_modules
- .stack - .stack