Skip to content
Snippets Groups Projects
Commit c17014f9 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Added publish stage

parent bfd379f2
No related branches found
No related tags found
1 merge request!1Update index.test.js, examples/all-options.js, examples/log-to-file.js,...
......@@ -3,3 +3,4 @@ samples/file.log
coverage/
stryker.log
*.DS_Store
ho-copy
......@@ -11,6 +11,8 @@ include:
variables:
SONAR_PROJECT_KEY: argos-log
SONAR_TOKEN: 11922a8e774494f51e1d2f0e695949e4073e7df8
NPM_REGISTRY: https://npm.br-edv.brnet.int
NPM_TOKEN: 5w2Gy80rdH+2Tch0afNI6Q==
cache:
......@@ -21,6 +23,7 @@ stages:
- build
- test
- quality
- publish
build:
stage: build
......@@ -37,3 +40,9 @@ test:
paths:
- docs/test-report.html
- docs/coverage/lcov.info
publish:
stage: publish
script:
- npm config set strict-ssl false
- npm publish --verbose --registry $NPM_REGISTRY
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment