From d938c63861bc20e130a5537963d6b0c49dd4cf62 Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Tue, 21 Feb 2023 02:03:15 +0000 Subject: [PATCH] remove apt-get install git - should be in image --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cfcb984..7bc2d5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,6 @@ steps: - chmod 400 ~/.ssh/config.dokku - echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - - apt-get update && apt-get install git -y - name: add-remote image: bitnami/git:2.39.2 volumes: