Skip to content
Snippets Groups Projects
Commit 55ef276d authored by Areizaga Ugartemendia, Pedro Jose's avatar Areizaga Ugartemendia, Pedro Jose
Browse files

Add new file

parent 997dd371
Branches
No related tags found
No related merge requests found
pages:
stage: deploy
tags:
- docker
image: $ACR_URL/node:14
script:
# Necessary to always launch the build yml in order to install dependencies
- npm run build
- npm run docs
- npm run test
- mkdir -p public
- mkdir -p public/sample
- mkdir -p public/docs
- mkdir -p public/coverage
- cp -r example/dist/. public/sample
- cp -r docs/. public/docs
- cp -r test/coverage/lcov-report/. public/coverage
artifacts:
paths:
- public
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment