From 40b807044a9cc4a117fdc8f7a3c31b73ec37598b Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 20 Jun 2021 18:56:38 +0000 Subject: [PATCH] CI: Fix drone cron daily target (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/7 Reviewed-by: Benjamin Bädorf Co-authored-by: teutat3s Co-committed-by: teutat3s --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4b797f79..dd615c7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,7 @@ steps: - promote target: - upstream + - daily branch: - core environment: @@ -37,6 +38,7 @@ steps: - promote target: - upstream + - daily environment: GITEA_SSH_KEY: from_secret: gitea_ssh_key @@ -55,6 +57,7 @@ steps: - promote target: - upstream + - daily branch: - core environment: @@ -76,6 +79,7 @@ steps: - promote target: - upstream + - daily settings: homeserver: https://matrix.pub.solar roomid: dfQBqwkhIzrFjMSsxy:pub.solar @@ -86,6 +90,6 @@ steps: template: "Upstreaming {{ build.status }} [{{ build.branch }}#{{ truncate build.commit 8 }}]({{ build.link }}) by {{ build.author }}. [Pull requests](https://git.b12f.io/pub-solar/os/pulls)" --- kind: signature -hmac: b7ad6e3b722b175ffdffd610784fbaf8d675278a64c7e3c62dc5a05b8ae3e2ad +hmac: 3f9da0999ca494c3ea7100b286cb3de67469a7e54077d3f6a4a0ad6fa2fa690b ...