Parcourir la source

Fix mfpub final checkout

Scott Lahteine il y a 4 ans
Parent
révision
67db50c699
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      buildroot/share/git/mfpub

+ 1
- 1
buildroot/share/git/mfpub Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer