From 82403d7b51f70ec2822b98259c1031366abfda56 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 15 Jun 2021 00:33:57 +0200 Subject: [PATCH] try alpine/git image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cb42ff91..9af53c85 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ clone: steps: - name: "Sync upstream to local" - image: nixery.dev/shell/git/openssh + image: alpine/git when: event: - cron @@ -26,7 +26,7 @@ steps: - git push origin devos - name: "Sync core with upstream" - image: nixery.dev/shell/git/openssh + image: alpine/git when: status: - success