Double-escape
This commit is contained in:
parent
d6e9066647
commit
6311314ea7
@ -11,7 +11,7 @@ steps:
|
||||
image: alpine
|
||||
commands:
|
||||
- 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
|
||||
|
||||
image_pull_secrets:
|
||||
|
0
charts/hello-world/new-new-file
Normal file
0
charts/hello-world/new-new-file
Normal file
Loading…
x
Reference in New Issue
Block a user