From be460e8167116686b6f940c76fd952dc6b21dcb3 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 14 Jun 2023 20:05:43 -0700 Subject: [PATCH] Install git --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b715e79..49f705b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,9 @@ platform: steps: - name: step1 - image: busybox + image: alpine commands: + - apk add git - changed_charts=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's/^([^\/]*?\/[^\/]*?)\/.*/$1/' | sort | uniq) - echo $changed_charts