fix: also test testing
This commit is contained in:
parent
4d58933972
commit
ad611ec8cc
1 changed files with 12 additions and 1 deletions
13
.drone.yml
13
.drone.yml
|
@ -13,7 +13,17 @@ steps:
|
|||
when:
|
||||
ref:
|
||||
- refs/heads/main
|
||||
- refs/tags/**
|
||||
- refs/tags/v*
|
||||
|
||||
- name: download-controller
|
||||
image: plugins/download
|
||||
settings:
|
||||
source: https://git.serguzim.me/emgauwa/controller/archive/testing.tar.gz
|
||||
destination: emgauwa-controller.tar.gz
|
||||
when:
|
||||
ref:
|
||||
- refs/heads/testing
|
||||
- refs/tags/testing-v*
|
||||
|
||||
- name: build-controller
|
||||
image: serguzim/emgauwa-builder
|
||||
|
@ -53,4 +63,5 @@ trigger:
|
|||
ref:
|
||||
include:
|
||||
- refs/heads/main
|
||||
- refs/heads/testing
|
||||
- refs/tags/**
|
||||
|
|
Loading…
Reference in a new issue