Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 committed Oct 21, 2022
1 parent a86b1a7 commit 471aae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/scripts/cpp_doc_push_script.sh
Expand Up @@ -99,10 +99,9 @@ git status

if [[ "${WITH_PUSH:-}" == true ]]; then
# push to a temp branch first to trigger CLA check and satisfy branch protections
git push -u origin pytorchbot/temp-branch-cpp -f
git push -u origin HEAD:pytorchbot/temp-branch-cpp -f
sleep 30
git push -u origin
git push origin --delete pytorchbot/temp-branch-cpp
fi

popd
Expand Down
3 changes: 1 addition & 2 deletions .circleci/scripts/python_doc_push_script.sh
Expand Up @@ -136,10 +136,9 @@ git status

if [[ "${WITH_PUSH:-}" == true ]]; then
# push to a temp branch first to trigger CLA check and satisfy branch protections
git push -u origin pytorchbot/temp-branch-py -f
git push -u origin HEAD:pytorchbot/temp-branch-py -f
sleep 30
git push -u origin "${branch}"
git push origin --delete pytorchbot/temp-branch-py
fi

popd
Expand Down

0 comments on commit 471aae2

Please sign in to comment.