Skip to content
Snippets Groups Projects
Verified Commit 0f6da13a authored by Marco Marinello's avatar Marco Marinello
Browse files

Serve production build as artifact

parent 159ea62c
No related branches found
No related tags found
No related merge requests found
Pipeline #12714 passed
...@@ -11,7 +11,12 @@ build: ...@@ -11,7 +11,12 @@ build:
- yarn install - yarn install
- yarn test - yarn test
- yarn build || echo "Unable to build!" - yarn build || echo "Unable to build!"
- tar cvf build.tar build
artifacts:
paths:
- build
- build.tar
pages: pages:
stage: docs stage: docs
script: script:
......
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