Skip to content

Commit 4f296b9

Browse files
committed
Fix Drone pipeline name collision
1 parent 5cd0f13 commit 4f296b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
kind: pipeline
33
type: docker
4-
name: build
4+
name: build-master
55

66
clone:
77
depth: 50
@@ -71,7 +71,7 @@ trigger:
7171
---
7272
kind: pipeline
7373
type: docker
74-
name: build
74+
name: build-release
7575

7676
clone:
7777
depth: 50

0 commit comments

Comments
 (0)