Skip to content
Snippets Groups Projects
Commit 0940c413 authored by Thomas Roos's avatar Thomas Roos
Browse files

Follow Gitlab CE example of yarn cache (and test it again)

parent 1f94dfe5
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,9 @@ stages:
cache:
untracked: true
paths:
- .yarn
- .yarn-cache
before_script:
- yarn config set cache-folder .yarn
- yarn install
- yarn install --cache-folder .yarn-cache
build:
<<: *node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment