Skip to content
Snippets Groups Projects
Commit b3f1094b authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Remove fetch PRs

parent 6ea5a05f
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,6 @@ workflow: ...@@ -50,8 +50,6 @@ workflow:
- git config user.name "${GIT_AUTHOR_NAME}" - git config user.name "${GIT_AUTHOR_NAME}"
- git config user.email "${GIT_AUTHOR_EMAIL}" - git config user.email "${GIT_AUTHOR_EMAIL}"
- git fetch --all - git fetch --all
- git fetch origin '+refs/pull/*/head:refs/remotes/origin/pr/*'
- git fetch upstream '+refs/pull/*/head:refs/remotes/upstream/pr/*'
- git checkout uab-prod - git checkout uab-prod
- git merge origin/uab-prod - git merge origin/uab-prod
- git checkout -b integration - git checkout -b integration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment