Skip to content
Snippets Groups Projects

Try making Gitlab CI reuse already built artifacts

Merged Kasper Seweryn requested to merge wvffle/fix-ci into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -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:
Loading