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"