Skip to content

Commit 87d9e2a

Browse files
committed
git rebase script: wait 10 minutes between builds
1 parent 72d9f10 commit 87d9e2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git_rebase_theme_branches.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ fmt='
66
git checkout %(refname)
77
git rebase master
88
git push origin HEAD:%(refname:strip=3) --force
9+
echo "giving RTD some time to build the docs"
10+
sleep 10m
911
'
1012

1113
eval "$(git for-each-ref --shell --format="$fmt" refs/remotes/origin/*-theme)"

0 commit comments

Comments
 (0)