Skip to content

Commit 52f7830

Browse files
committed
FIxed syntax error
1 parent e898591 commit 52f7830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jobs/bootimagebump.Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ node {
6666
for i in \$(seq 1 \$retries); do
6767
echo "Attempt \$i of \$retries to fetch upstream/${RELEASE_BRANCH}"
6868
git fetch upstream ${RELEASE_BRANCH} && break || sleep 10
69+
done
6970
git checkout -b ${PR_BRANCH} upstream/${RELEASE_BRANCH}
7071
git remote -v
7172
""")

0 commit comments

Comments
 (0)