mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Make sure to checkout any new packages
This commit is contained in:
parent
e87a28cd0a
commit
f99b0110a8
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ if [ $conflict_count != 0 ]; then
|
||||||
echo "Conflict detected in $CONFLICTED_FILE. Doc build skipped." > ../build/$F
|
echo "Conflict detected in $CONFLICTED_FILE. Doc build skipped." > ../build/$F
|
||||||
err=1
|
err=1
|
||||||
else
|
else
|
||||||
make update html >& ../build/$F
|
make checkout update html >& ../build/$F
|
||||||
err=$?
|
err=$?
|
||||||
fi
|
fi
|
||||||
update_status "Making doc" "$F" $start
|
update_status "Making doc" "$F" $start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue