fix: also test testing

This commit is contained in:
Tobias Reisinger 2020-08-18 13:58:58 +02:00
parent 4d58933972
commit ad611ec8cc

View file

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