Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
update drone configuration (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
opaolini authored Jul 27, 2020
1 parent 0b29667 commit d750a10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: pipeline
type: docker
type: kubernetes
name: mesh

steps:
Expand All @@ -17,7 +17,7 @@ node_selector:
drone-builds: true
---
kind: pipeline
type: docker
type: kubernetes
name: mesh-bootstrap-autotag

steps:
Expand All @@ -35,7 +35,7 @@ node_selector:
drone-builds: true
---
kind: pipeline
type: docker
type: kubernetes
name: mesh-development

steps:
Expand All @@ -60,7 +60,7 @@ node_selector:
drone-builds: true
---
kind: pipeline
type: docker
type: kubernetes
name: mesh-bootstrap-development

steps:
Expand All @@ -85,7 +85,7 @@ node_selector:
drone-builds: true
---
kind: pipeline
type: docker
type: kubernetes
name: mesh-publish-release-notes

steps:
Expand Down

0 comments on commit d750a10

Please sign in to comment.