Skip to content

Commit 1aee01c

Browse files
committed
ci(bump): read doesn't work in subshell, use wait for now
1 parent 84271bd commit 1aee01c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

latex/create-bump-prs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ if [ -f .bump.csv.bak ]; then
1717
\perl -i -p -e "s|\Q${l1}\E|${l2}|g" Dockerfile
1818
\git add Dockerfile
1919
\git commit -S -m "build(deps): bump ${p} from ${v1} to ${v2}"
20-
read -r -p "Please review and push commit in branch \"${b}\". Press enter to continue..."
20+
echo "Please review and push commit in branch \"${b}\". Waiting 10s..."
21+
\sleep 10
2122
\gh pr create -f -l build -l dependencies
2223
\git checkout -
2324
done <<<"${csv}"

0 commit comments

Comments
 (0)