Remove some echos

This commit is contained in:
Jack Jackson 2023-06-14 20:42:13 -07:00
parent a08b8d3e9d
commit bd22a72e63
3 changed files with 4 additions and 4 deletions

View File

@ -16,12 +16,12 @@ steps:
- git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's:^([^/]*?/[^/]*?)/.*:$1:' | sort | uniq
- var1=$(git show --name-only --pretty="format:")
- echo "$var1"
- var2=$(git show --name-only --pretty="format:" | grep '^charts')
- echo "$var2"
# - var2=$(git show --name-only --pretty="format:" | grep '^charts')
# - echo "$var2"
- var3=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's:^([^/]*?/[^/]*?)/.*:$1:')
- echo "$var3"
- var4=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's:^([^/]*?/[^/]*?)/.*:$1:' | sort)
- echo "$var4"
# - var4=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's:^([^/]*?/[^/]*?)/.*:$1:' | sort)
# - echo "$var4"
- changed_charts=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's:^([^/]*?/[^/]*?)/.*:$1:' | sort | uniq)
- echo "$changed_charts"
- echo "This is after"

View File

View File