Skip to content
Snippets Groups Projects
Commit 8ec0191c authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

Try making Gitlab CI reuse already built artifacts

parent f55405c8
Branches
Tags
1 merge request!6Try making Gitlab CI reuse already built artifacts
Pipeline #23913 passed
......@@ -15,6 +15,9 @@ default:
build:
stage: build
script: yarn build
artifacts:
paths:
- dist
docs:
stage: build
......@@ -44,6 +47,8 @@ deploy:
publish:
stage: deploy
image: node:16
dependencies:
- build
before_script:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment