fix the monitoring
This commit is contained in:
@@ -46,15 +46,11 @@ for part in "${parts[@]}"; do
|
|||||||
any_failure=true
|
any_failure=true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo "${part%.yml}: $result"
|
echo "${part%.yml}: $result"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
echo $any_failure
|
|
||||||
|
|
||||||
# If any invocation failed, return a failure exit code
|
# If any invocation failed, return a failure exit code
|
||||||
if $any_failure; then
|
if $any_failure; then
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user