install perl

This commit is contained in:
Jack Jackson 2023-06-14 20:07:35 -07:00
parent be460e8167
commit 7ea0598292

View File

@ -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