Double-escape

This commit is contained in:
Jack Jackson 2023-06-14 20:12:35 -07:00
parent d6e9066647
commit 6311314ea7
2 changed files with 1 additions and 1 deletions

View File

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

View File