From 1c47036e798da3851c9e62ce260a09e74e84a8d7 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 21 Sep 2021 20:33:10 +0000 Subject: [PATCH] Fix drone step competing for git lock (#19) Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/19 Co-authored-by: teutat3s Co-committed-by: teutat3s --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c1de7237..546ae536 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,8 +11,6 @@ steps: - cron cron: - sync-master-with-upstream - - sync-b12f-with-master - - sync-teutat3s-with-master environment: GITEA_SSH_KEY: from_secret: gitea_ssh_key