Skip to content
Snippets Groups Projects
Commit 9d34dcd6 authored by Andreas Kluge Svendsrud's avatar Andreas Kluge Svendsrud
Browse files

Update .gitlab-ci.yml by adding docs

parent bd68fa6d
No related branches found
No related tags found
No related merge requests found
Pipeline #279812 failed
image: node:alpine
image: node:alpine # Much smaller than other variants, faster and more resource effective
cache:
key: "${CI_COMMIT_REF_SLUG}"
key: "${CI_COMMIT_REF_SLUG}" # Branch-specific cache keys to have separate caches across branches.
paths:
- node_modules/
- build/
......@@ -15,10 +15,10 @@ install_dependencies:
script:
- npm ci
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
policy: push
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
policy: push
build_project:
stage: build
......
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