Fixed duplicate pipeline name problem
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-02-15 19:25:44 +01:00
parent a2150c0b5d
commit a7a8ccb255

View File

@@ -1,6 +1,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: Tests
steps: steps:
- name: Tests - name: Tests
@@ -27,7 +27,7 @@ trigger:
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: Deploy
steps: steps:
- name: Tests - name: Tests