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

Fetch only branches we need

parent 8f682ea1
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,8 @@ workflow: ...@@ -54,7 +54,8 @@ workflow:
- cd CRI_XCBC - cd CRI_XCBC
- 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 origin uab-prod
- git fetch upstream dev
- 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