Skip to content

Commit 59c81e4

Browse files
committed
ci(bump): read doesn't work in subshell, use wait for now
1 parent 9dbfb67 commit 59c81e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latex/create-bump-prs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ -f .bump.csv.bak ]; then
1818
\git add Dockerfile
1919
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
2020
echo "Please review and push commit in branch \"${b}\". Waiting..."
21-
while \git status | \grep -Fq "Your branch is ahead" ; do
21+
while \git status | \grep -Fq "Your branch is ahead"; do
2222
\sleep 1
2323
done
2424
\gh pr create -f -l build -l dependencies

0 commit comments

Comments
 (0)