Compare commits
1 Commits
d8dfeab0a1
...
b33ebac9e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
b33ebac9e4
|
@@ -80,7 +80,7 @@ jobs:
|
||||
echo "$GIT_DIFF"
|
||||
|
||||
for path in $GIT_DIFF; do
|
||||
if [ echo "$path" | grep -q -E "clusters/[^/]+/helm/[^/]+" ]; then
|
||||
if [[ echo "$path" | grep -q -E "clusters/[^/]+/helm/[^/]+" ]]; then
|
||||
echo ""
|
||||
echo ">> Adding path: $path"
|
||||
CHANGED_CHARTS+=$(echo "$path" | awk -F '/' '{print $4}')
|
||||
|
||||
Reference in New Issue
Block a user