install perl
This commit is contained in:
parent
be460e8167
commit
7ea0598292
@ -10,7 +10,7 @@ steps:
|
|||||||
- name: step1
|
- name: step1
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk add perl git
|
||||||
- changed_charts=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's/^([^\/]*?\/[^\/]*?)\/.*/$1/' | sort | uniq)
|
- changed_charts=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's/^([^\/]*?\/[^\/]*?)\/.*/$1/' | sort | uniq)
|
||||||
- echo $changed_charts
|
- echo $changed_charts
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user