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 c626a5f commit 89cd325Copy full SHA for 89cd325
xml/create-bump-prs.sh
@@ -19,10 +19,11 @@ 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 --right-only 'origin...HEAD')" -gt 0 ]; do
+ while ! git rev-parse --abbrev-ref --symbolic-full-name @{u} >/dev/null 2>&1 ; do
23
\sleep 1
24
\echo -n .
25
done
26
+ \sleep 1
27
\echo
28
\gh pr create -f -l build -l dependencies
29
\git checkout -
0 commit comments