Compare commits
2 Commits
cb2b77c420
...
9fb6996924
Author | SHA1 | Date |
---|---|---|
Ferdinand Thiessen | 9fb6996924 | |
Ferdinand Thiessen | b809f868b0 |
|
@ -3,13 +3,10 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
tag: v*
|
||||||
image: plugins/npm
|
image: node:lts-alpine
|
||||||
settings:
|
commands:
|
||||||
token:
|
- echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
|
||||||
from_secret: node_auth_token
|
secrets: [ 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