From e7f858b3bdb5f8fecde9403e7824791c608d1f08 Mon Sep 17 00:00:00 2001 From: Adrian Marquis Date: Mon, 29 May 2023 14:08:12 +0200 Subject: [PATCH] Use correct image for git --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f7cc949..0ac8711 100644 --- a/.drone.yml +++ b/.drone.yml @@ -51,7 +51,7 @@ steps: path: "/out/server" - name: "Update client files in repository" - image: "bash" + image: "alpine/git" commands: - "git checkout master" - "git pull"