From 18c1161e2f5b95fb7d3a47b07ced470199e3f3f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Wed, 7 Jul 2021 17:50:51 +0000 Subject: [PATCH] fix/dafakincron (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benjamin Bädorf Co-authored-by: teutat3s <10206665+teutat3s@users.noreply.github.com> Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/9 Reviewed-by: teutat3s Co-authored-by: Benjamin Bädorf Co-committed-by: Benjamin Bädorf --- .drone.yml | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 90dd7fb6..20a51482 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,11 +9,10 @@ steps: when: event: - cron - - promote - target: - - upstream* - branch: - - core + cron: + - sync-core-with-upstream + - sync-b12f-with-core + - sync-teutat3s-with-core environment: GITEA_SSH_KEY: from_secret: gitea_ssh_key @@ -30,18 +29,17 @@ steps: - name: "Sync $BRANCH with upstream" image: alpine/git when: - status: - - success event: - cron - - promote - target: - - upstream* + cron: + - sync-core-with-upstream + - sync-b12f-with-core + - sync-teutat3s-with-core environment: GITEA_SSH_KEY: from_secret: gitea_ssh_key commands: - - git checkout core + - git checkout origin/core - ./.drone/setup_ssh.sh - git remote set-url origin git@git.b12f.io:pub-solar/os - ./.drone/upstream-branch.sh @@ -53,11 +51,10 @@ steps: - failure event: - cron - - promote - target: - - upstream* - branch: - - core + cron: + - sync-core-with-upstream + - sync-b12f-with-core + - sync-teutat3s-with-core environment: TEA_CONFIG: from_secret: tea_config @@ -74,9 +71,10 @@ steps: - failure event: - cron - - promote - target: - - upstream* + cron: + - sync-core-with-upstream + - sync-b12f-with-core + - sync-teutat3s-with-core settings: homeserver: https://matrix.pub.solar roomid: dfQBqwkhIzrFjMSsxy:pub.solar @@ -87,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: 7a1c018c4c2e7b5d81ebd0bdfbbe5783f99156c2e9f1499402e764f7faf8427b +hmac: f88330a68ced90f4c242aedcbec9359fa63f00c47db6707e2646546daa4a9109 ...