fix/dafakincron #9
18
.drone.yml
18
.drone.yml
|
@ -10,7 +10,9 @@ steps:
|
|||
event:
|
||||
- cron
|
||||
cron:
|
||||
- sync-core
|
||||
- sync-core-with-upstream
|
||||
- sync-b12f-with-core
|
||||
- sync-teutat3s-with-core
|
||||
environment:
|
||||
GITEA_SSH_KEY:
|
||||
from_secret: gitea_ssh_key
|
||||
|
@ -30,7 +32,9 @@ steps:
|
|||
event:
|
||||
- cron
|
||||
cron:
|
||||
- sync-core
|
||||
- sync-core-with-upstream
|
||||
- sync-b12f-with-core
|
||||
- sync-teutat3s-with-core
|
||||
environment:
|
||||
GITEA_SSH_KEY:
|
||||
from_secret: gitea_ssh_key
|
||||
|
@ -48,7 +52,9 @@ steps:
|
|||
event:
|
||||
- cron
|
||||
cron:
|
||||
- sync-core
|
||||
- sync-core-with-upstream
|
||||
- sync-b12f-with-core
|
||||
- sync-teutat3s-with-core
|
||||
environment:
|
||||
TEA_CONFIG:
|
||||
from_secret: tea_config
|
||||
|
@ -66,7 +72,9 @@ steps:
|
|||
event:
|
||||
- cron
|
||||
cron:
|
||||
- sync-core
|
||||
- sync-core-with-upstream
|
||||
- sync-b12f-with-core
|
||||
- sync-teutat3s-with-core
|
||||
settings:
|
||||
homeserver: https://matrix.pub.solar
|
||||
roomid: dfQBqwkhIzrFjMSsxy:pub.solar
|
||||
|
@ -77,6 +85,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: d2c6579337fe475c9fbfe357d0da5e4c3246a47948d07f1abb0edc1934449f2d
|
||||
hmac: f88330a68ced90f4c242aedcbec9359fa63f00c47db6707e2646546daa4a9109
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue