From 7ea0598292002a19f2dfa0e3ddbe0b655075ff09 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 14 Jun 2023 20:07:35 -0700 Subject: [PATCH] install perl --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 49f705b..410cc6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: step1 image: alpine commands: - - apk add git + - apk add perl git - changed_charts=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's/^([^\/]*?\/[^\/]*?)\/.*/$1/' | sort | uniq) - echo $changed_charts