Browse Source

Fix mfpub final checkout

Scott Lahteine 4 years ago
parent
commit
67db50c699
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/git/mfpub

+ 1
- 1
buildroot/share/git/mfpub View File

135
 rm -rf ${TMPFOLDER}
135
 rm -rf ${TMPFOLDER}
136
 
136
 
137
 # Go back to the branch we started from
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…
Cancel
Save