Преглед изворни кода

PAPR: try to rebase on the latest code

Vadim Rutkovsky пре 7 година
родитељ
комит
38d101f96d
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}