mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
Merge pull request #837 from GabyCT/topic/addbroken
obs: Check for broken packages
This commit is contained in:
commit
8e23f2c114
@ -46,6 +46,10 @@ wait_finish_building() {
|
||||
osc pr
|
||||
exit 1
|
||||
fi
|
||||
if echo "${out}" | grep '<details>broken</details>'; then
|
||||
echo "Project ${project} has broken packages"
|
||||
exit 1
|
||||
fi
|
||||
if echo "${out}" | grep 'code="blocked"'; then
|
||||
echo "Project ${project} has blocked packages, waiting"
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user