Change delimiter
This commit is contained in:
parent
6311314ea7
commit
7e624e1a6b
@ -11,7 +11,10 @@ steps:
|
||||
image: alpine
|
||||
commands:
|
||||
- apk add perl git
|
||||
- changed_charts=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's/^([^\\\/]*?\\\/[^\\\/]*?)\\\/.*/$1/' | sort | uniq)
|
||||
- git show --name-only --pretty="format:" | grep '^charts'
|
||||
- git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's:^([^/]*?/[^/]*?)/.*:$1:'
|
||||
- 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
|
||||
|
||||
image_pull_secrets:
|
||||
|
0
charts/hello-world/new-new-new-file
Normal file
0
charts/hello-world/new-new-new-file
Normal file
Loading…
x
Reference in New Issue
Block a user