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.
1 parent 77fcbfd commit f6a8abdCopy full SHA for f6a8abd
json/create-bump-prs.sh
@@ -19,7 +19,7 @@ if [ -f .bump.csv.bak ]; then
19
\git add Dockerfile
20
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
21
echo -n "Please review and push commit in branch \"${b}\". Waiting..."
22
- while [ "$(git rev-list --count --left-only 'origin...HEAD')" -gt 0 ]; do
+ while [ "$(git rev-list --count --right-only 'origin...HEAD')" -gt 0 ]; do
23
\sleep 1
24
\echo -n .
25
done
0 commit comments