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
......@@ -29,5 +29,18 @@ publish:
- tags
- triggers
script:
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- 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.
Finish editing this message first!
Please register or to comment