Skip to content

Commit f6a8abd

Browse files
committed
ci(bump): fix wait
1 parent 77fcbfd commit f6a8abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/create-bump-prs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ -f .bump.csv.bak ]; then
1919
\git add Dockerfile
2020
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
2121
echo -n "Please review and push commit in branch \"${b}\". Waiting..."
22-
while [ "$(git rev-list --count --left-only 'origin...HEAD')" -gt 0 ]; do
22+
while [ "$(git rev-list --count --right-only 'origin...HEAD')" -gt 0 ]; do
2323
\sleep 1
2424
\echo -n .
2525
done

0 commit comments

Comments
 (0)