fix: duplicate step name

This commit is contained in:
Tobias Reisinger 2020-08-18 13:59:49 +02:00
parent ad611ec8cc
commit 61eafe3db0

View file

@ -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