diff --git a/.drone.yml b/.drone.yml index 7ce7b45..f271d0c 100644 --- a/.drone.yml +++ b/.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/**