瀏覽代碼

Fix mfpub final checkout

Scott Lahteine 4 年之前
父節點
當前提交
67db50c699
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      buildroot/share/git/mfpub

+ 1
- 1
buildroot/share/git/mfpub 查看文件

@@ -135,4 +135,4 @@ git push -f upstream | {
135 135
 rm -rf ${TMPFOLDER}
136 136
 
137 137
 # Go back to the branch we started from
138
-[[ $BRANCH != $CURR ]] && git checkout $BRANCH && [[ $HAS_STASH == 1 ]] && git stash pop
138
+git checkout $CURR && [[ $HAS_STASH == 1 ]] && git stash pop

Loading…
取消
儲存