Compare commits
2 Commits
9fb6996924
...
cb2b77c420
Author | SHA1 | Date |
---|---|---|
Ferdinand Thiessen | cb2b77c420 | |
Ferdinand Thiessen | bad31ee1e3 |
|
@ -3,10 +3,13 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
tag: v*
|
||||||
image: node:lts-alpine
|
image: plugins/npm
|
||||||
commands:
|
settings:
|
||||||
- echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
|
token:
|
||||||
secrets: [ node_auth_token ]
|
from_secret: node_auth_token
|
||||||
|
username:
|
||||||
|
from_secret: node_username
|
||||||
|
secrets: [ node_auth_token, node_username ]
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
|
|
Loading…
Reference in New Issue