Newer Drone requires kind: kubernetes
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
5655ddd56e
commit
b9d8f7de92
|
@ -1,5 +1,5 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: kubernetes
|
||||||
name: linux-amd64-taggedver
|
name: linux-amd64-taggedver
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
@ -39,7 +39,7 @@ trigger:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: kubernetes
|
||||||
name: linux-amd64-devel-master
|
name: linux-amd64-devel-master
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
|
Loading…
Reference in New Issue