mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-20 10:20:39 +00:00
Merge pull request #822 from GabyCT/topic/addcifix
obs: Failed when we have unresolvable packages
This commit is contained in:
commit
0b3f5c7570
@ -50,6 +50,10 @@ wait_finish_building() {
|
||||
echo "Project ${project} has blocked packages, waiting"
|
||||
continue
|
||||
fi
|
||||
if echo "${out}" | grep 'code="unresolvable"'; then
|
||||
echo "Project ${project} has unresolvable packages"
|
||||
exit 1
|
||||
fi
|
||||
if echo "${out}" | grep 'state="building"'; then
|
||||
echo "Project ${project} is still building, waiting"
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user