Skip to content
Snippets Groups Projects
Verified Commit 9c987147 authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Simplify pipeline to avoid passing too big artifacts

parent 712b6a90
No related branches found
No related tags found
No related merge requests found
Pipeline #1242 failed
install:
stage: .pre
image: docker.io/node:current
script:
- npm ci
artifacts:
paths:
- node_modules
upstream_tests:
stage: test
image: docker.io/node:current
script:
- npm run test:ci
artifacts:
when: always
paths:
- junit.xml
reports:
junit: junit.xml
pages: pages:
stage: deploy stage: deploy
image: docker.io/node:current image: docker.io/node:current
script: before_script:
- npm ci
- npm run build - npm run build
script:
- rm -rf public - rm -rf public
- cp -r demo/dist public - cp -r demo/dist public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment