We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f69619d + 1f26c24 commit 388b424Copy full SHA for 388b424
latex/create-bump-prs.sh
@@ -17,8 +17,10 @@ if [ -f .bump.csv.bak ]; then
17
\perl -i -p -e "s|\Q${l1}\E|${l2}|g" Dockerfile
18
\git add Dockerfile
19
\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
+ echo "Please review and push commit in branch \"${b}\". Waiting..."
+ while \git status | \grep -Fq "Your branch is ahead" ; do
22
+ \sleep 1
23
+ done
24
\gh pr create -f -l build -l dependencies
25
\git checkout -
26
done <<<"${csv}"
0 commit comments