Skip to content
Snippets Groups Projects
Commit dcbdbc87 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] ci: test force publish

parent 679ee32e
No related branches found
No related tags found
No related merge requests found
Pipeline #2614 failed
...@@ -31,3 +31,16 @@ publish: ...@@ -31,3 +31,16 @@ publish:
script: script:
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- npm publish - npm publish
force_publish:
stage: deploy
image: node:6.12-alpine
tags:
- nodejs
when: manuel
script:
- export NPM_TOKEN="$NPM_TOKEN"
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- npm publish
\ 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