Seems drone is not fully YAML compatible
This commit is contained in:
parent
3fb0101b9c
commit
a2150c0b5d
|
@ -1,5 +1,3 @@
|
||||||
# Run on all branch pushes
|
|
||||||
---
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
@ -26,8 +24,6 @@ trigger:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
# Run on all tag pushes
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
|
Loading…
Reference in New Issue
Block a user