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

This commit is contained in:
Lilleman auf Larv 2022-02-15 19:25:44 +01:00
parent a2150c0b5d
commit 8fbe67402c

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