mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-21 10:51:05 +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"
|
echo "Project ${project} has blocked packages, waiting"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
if echo "${out}" | grep 'code="unresolvable"'; then
|
||||||
|
echo "Project ${project} has unresolvable packages"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
if echo "${out}" | grep 'state="building"'; then
|
if echo "${out}" | grep 'state="building"'; then
|
||||||
echo "Project ${project} is still building, waiting"
|
echo "Project ${project} is still building, waiting"
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user