Double-echo

This commit is contained in:
Jack Jackson 2023-06-14 20:29:15 -07:00
parent 7e624e1a6b
commit 7b5e579aa3
3 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ steps:
- 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
- echo "$changed_charts"
- echo "This is after"
image_pull_secrets:
- dockerconfigjson

View File

View File