Changed ci pipeline type to kubernetes

ref odit/org#12 (comment)
This commit is contained in:
Nicolai Ort 2021-03-10 20:11:16 +01:00
parent 9dd62cefa9
commit 677bd86133
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
kind: pipeline
type: docker
type: kubernetes
name: build:dev
clone:
disable: true
@ -66,7 +66,7 @@ trigger:
---
kind: pipeline
type: docker
type: kubernetes
name: build:latest
clone:
disable: true
@ -109,7 +109,7 @@ trigger:
---
kind: pipeline
type: docker
type: kubernetes
name: build:tags
steps: