From bd3427118d278eb515d0c82872f8a4299f8e8b82 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Thu, 8 Sep 2022 15:28:32 -0500 Subject: [PATCH] Fetch PRs from upstream --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c19ade..877f4dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 ..; -- GitLab