This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
||||
echo "$GIT_DIFF"
|
||||
|
||||
for path in $GIT_DIFF; do
|
||||
if [[ echo "$path" | grep -q -E "hosts/[^/]+/[^/]+" ]]; then
|
||||
if echo "$path" | grep -q -E "hosts/[^/]+/[^/]+"; then
|
||||
echo ""
|
||||
echo ">> Adding path: $path"
|
||||
CHANGED_COMPOSE+=$(echo "$path")
|
||||
|
||||
Reference in New Issue
Block a user