瀏覽代碼

Merge pull request #8233 from vrutkovs/papr-rebase

PAPR: try to rebase on the latest code
Vadim Rutkovsky 7 年之前
父節點
當前提交
108be3dad3
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .papr.sh

+ 3 - 0
.papr.sh

@@ -18,6 +18,9 @@ else
 fi
 export target_branch
 
+# Rebase existing branch on the latest code locally, as PAPR running doesn't do merges
+git fetch origin ${target_branch} && git rebase origin/${target_branch}
+
 pip install -r requirements.txt
 
 PAPR_INVENTORY=${PAPR_INVENTORY:-.papr.inventory}