Skip to content
Snippets Groups Projects
Commit bfee4c97 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Merge branch 'wvffle/fix-ci' into 'main'

Try making Gitlab CI reuse already built artifacts

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