1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-09-28 23:21:34 +01:00

Add CI cache

This commit is contained in:
Jake Howard 2021-06-03 16:11:36 +00:00
parent 1b19b506c0
commit 1a4196c0ca

View file

@ -1,6 +1,11 @@
static:
image: node:alpine
stage: build
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .yarn
- .cache
before_script:
- yarn install --cache-folder .yarn --prefer-offline --production --network-timeout 100000
script: