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
|
path: /drone/src
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: download-controller
|
- name: download-controller-main
|
||||||
image: plugins/download
|
image: plugins/download
|
||||||
settings:
|
settings:
|
||||||
source: https://git.serguzim.me/emgauwa/controller/archive/main.tar.gz
|
source: https://git.serguzim.me/emgauwa/controller/archive/main.tar.gz
|
||||||
|
@ -15,7 +15,7 @@ steps:
|
||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
- refs/tags/v*
|
- refs/tags/v*
|
||||||
|
|
||||||
- name: download-controller
|
- name: download-controller-testing
|
||||||
image: plugins/download
|
image: plugins/download
|
||||||
settings:
|
settings:
|
||||||
source: https://git.serguzim.me/emgauwa/controller/archive/testing.tar.gz
|
source: https://git.serguzim.me/emgauwa/controller/archive/testing.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue