Skip to content

Commit 388b424

Browse files
Merge branch 'main' into curl-8.14.1-2
2 parents f69619d + 1f26c24 commit 388b424

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

latex/create-bump-prs.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ if [ -f .bump.csv.bak ]; then
1717
\perl -i -p -e "s|\Q${l1}\E|${l2}|g" Dockerfile
1818
\git add Dockerfile
1919
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
20-
echo "Please review and push commit in branch \"${b}\". Waiting 10s..."
21-
\sleep 10
20+
echo "Please review and push commit in branch \"${b}\". Waiting..."
21+
while \git status | \grep -Fq "Your branch is ahead" ; do
22+
\sleep 1
23+
done
2224
\gh pr create -f -l build -l dependencies
2325
\git checkout -
2426
done <<<"${csv}"

0 commit comments

Comments
 (0)