mirror of https://github.com/CGAL/cgal
Fix the script when the merge fixes
This commit is contained in:
parent
40338b2a23
commit
c300ef6591
|
|
@ -9,7 +9,7 @@ fi
|
||||||
|
|
||||||
for pr in $(python3 ./Scripts/developer_scripts/list_pull_requests.py "$1" --unmerged); do
|
for pr in $(python3 ./Scripts/developer_scripts/list_pull_requests.py "$1" --unmerged); do
|
||||||
if ! hub merge $pr; then
|
if ! hub merge $pr; then
|
||||||
echo $p;
|
echo $pr;
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue