ci: settings configured wrong
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3a0ee95e59
commit
bcf2a510b7
|
@ -4,9 +4,9 @@
|
|||
name: 'test pipe',
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
trigger: {
|
||||
/*trigger: {
|
||||
event: ['tag'],
|
||||
},
|
||||
},*/
|
||||
clone: {
|
||||
disable: false,
|
||||
depth: 0,
|
||||
|
@ -16,16 +16,14 @@
|
|||
name: 'publish',
|
||||
image: 'plugins/npm',
|
||||
settings: {
|
||||
settings: {
|
||||
username: {
|
||||
from_secret: 'npm-user',
|
||||
},
|
||||
password: {
|
||||
from_secret: 'npm-password',
|
||||
},
|
||||
email: {
|
||||
from_secret: 'npm-email',
|
||||
},
|
||||
username: {
|
||||
from_secret: 'npm-user',
|
||||
},
|
||||
password: {
|
||||
from_secret: 'npm-password',
|
||||
},
|
||||
email: {
|
||||
from_secret: 'npm-email',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -11,16 +11,11 @@ steps:
|
|||
- name: publish
|
||||
image: plugins/npm
|
||||
settings:
|
||||
settings:
|
||||
email:
|
||||
from_secret: npm-email
|
||||
password:
|
||||
from_secret: npm-password
|
||||
username:
|
||||
from_secret: npm-user
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
email:
|
||||
from_secret: npm-email
|
||||
password:
|
||||
from_secret: npm-password
|
||||
username:
|
||||
from_secret: npm-user
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue