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

Fetch PRs from upstream

parent c37752b3
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ setup_environment:
git config user.name "${GIT_AUTHOR_NAME}";
git config user.email "${GIT_AUTHOR_EMAIL}";
git fetch upstream;
git fetch upstream '+refs/pull/*/head:refs/remotes/upstream/pr/*';
git checkout -b integration;
git merge upstream/uab-dev;
cd ..;
......
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