Skip to content

Commit

Permalink
Fix Drone pipeline name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
immanuelfodor committed Sep 15, 2020
1 parent 5cd0f13 commit 4f296b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: build
name: build-master

clone:
depth: 50
Expand Down Expand Up @@ -71,7 +71,7 @@ trigger:
---
kind: pipeline
type: docker
name: build
name: build-release

clone:
depth: 50
Expand Down

0 comments on commit 4f296b9

Please sign in to comment.