Changed the output for failed commands.
This commit is contained in:
parent
bb0313bebc
commit
76a2b27f4b
@ -62,6 +62,9 @@ EOF
|
||||
kubectl apply -f "$url"
|
||||
else
|
||||
envsubst < "$f" | kubectl apply -f -
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "🔴 $f"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user