Fixed duplicate pipeline name problem
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: Tests
|
||||
|
||||
steps:
|
||||
- name: Tests
|
||||
@@ -27,7 +27,7 @@ trigger:
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: Deploy
|
||||
|
||||
steps:
|
||||
- name: Tests
|
||||
|
||||
Reference in New Issue
Block a user