CI: Fix drone cron daily target (#7)
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/7 Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org> Co-authored-by: teutat3s <teutates@mailbox.org> Co-committed-by: teutat3s <teutates@mailbox.org>
This commit is contained in:
parent
a9e304617b
commit
40b807044a
|
@ -12,6 +12,7 @@ steps:
|
||||||
- promote
|
- promote
|
||||||
target:
|
target:
|
||||||
- upstream
|
- upstream
|
||||||
|
- daily
|
||||||
branch:
|
branch:
|
||||||
- core
|
- core
|
||||||
environment:
|
environment:
|
||||||
|
@ -37,6 +38,7 @@ steps:
|
||||||
- promote
|
- promote
|
||||||
target:
|
target:
|
||||||
- upstream
|
- upstream
|
||||||
|
- daily
|
||||||
environment:
|
environment:
|
||||||
GITEA_SSH_KEY:
|
GITEA_SSH_KEY:
|
||||||
from_secret: gitea_ssh_key
|
from_secret: gitea_ssh_key
|
||||||
|
@ -55,6 +57,7 @@ steps:
|
||||||
- promote
|
- promote
|
||||||
target:
|
target:
|
||||||
- upstream
|
- upstream
|
||||||
|
- daily
|
||||||
branch:
|
branch:
|
||||||
- core
|
- core
|
||||||
environment:
|
environment:
|
||||||
|
@ -76,6 +79,7 @@ steps:
|
||||||
- promote
|
- promote
|
||||||
target:
|
target:
|
||||||
- upstream
|
- upstream
|
||||||
|
- daily
|
||||||
settings:
|
settings:
|
||||||
homeserver: https://matrix.pub.solar
|
homeserver: https://matrix.pub.solar
|
||||||
roomid: dfQBqwkhIzrFjMSsxy: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)"
|
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
|
kind: signature
|
||||||
hmac: b7ad6e3b722b175ffdffd610784fbaf8d675278a64c7e3c62dc5a05b8ae3e2ad
|
hmac: 3f9da0999ca494c3ea7100b286cb3de67469a7e54077d3f6a4a0ad6fa2fa690b
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue