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',
|
name: 'test pipe',
|
||||||
kind: 'pipeline',
|
kind: 'pipeline',
|
||||||
type: 'docker',
|
type: 'docker',
|
||||||
trigger: {
|
/*trigger: {
|
||||||
event: ['tag'],
|
event: ['tag'],
|
||||||
},
|
},*/
|
||||||
clone: {
|
clone: {
|
||||||
disable: false,
|
disable: false,
|
||||||
depth: 0,
|
depth: 0,
|
||||||
|
@ -15,7 +15,6 @@
|
||||||
{
|
{
|
||||||
name: 'publish',
|
name: 'publish',
|
||||||
image: 'plugins/npm',
|
image: 'plugins/npm',
|
||||||
settings: {
|
|
||||||
settings: {
|
settings: {
|
||||||
username: {
|
username: {
|
||||||
from_secret: 'npm-user',
|
from_secret: 'npm-user',
|
||||||
|
@ -28,7 +27,6 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,6 @@ platform:
|
||||||
steps:
|
steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/npm
|
image: plugins/npm
|
||||||
settings:
|
|
||||||
settings:
|
settings:
|
||||||
email:
|
email:
|
||||||
from_secret: npm-email
|
from_secret: npm-email
|
||||||
|
@ -19,8 +18,4 @@ steps:
|
||||||
username:
|
username:
|
||||||
from_secret: npm-user
|
from_secret: npm-user
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue