This commit is contained in:
parent
11f757bc1e
commit
b0dec15730
|
@ -4,6 +4,7 @@
|
|||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
trigger: {
|
||||
branch: ['this'],
|
||||
event: ['tag'],
|
||||
},
|
||||
clone: {
|
||||
|
|
|
@ -15,4 +15,10 @@ steps:
|
|||
- echo $${DRONE_COMMIT}
|
||||
- echo $${DRONE_TAG}
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- this
|
||||
event:
|
||||
- tag
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue