fix: duplicate step name
This commit is contained in:
parent
ad611ec8cc
commit
61eafe3db0
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ workspace:
|
|||
path: /drone/src
|
||||
|
||||
steps:
|
||||
- name: download-controller
|
||||
- name: download-controller-main
|
||||
image: plugins/download
|
||||
settings:
|
||||
source: https://git.serguzim.me/emgauwa/controller/archive/main.tar.gz
|
||||
|
@ -15,7 +15,7 @@ steps:
|
|||
- refs/heads/main
|
||||
- refs/tags/v*
|
||||
|
||||
- name: download-controller
|
||||
- name: download-controller-testing
|
||||
image: plugins/download
|
||||
settings:
|
||||
source: https://git.serguzim.me/emgauwa/controller/archive/testing.tar.gz
|
||||
|
|
Loading…
Reference in a new issue