File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed
Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -638,8 +638,6 @@ clone_from_github()
638638
639639create_from_github ()
640640{
641- push_directory " $BUILD_SRC_DIR "
642-
643641 local ACCOUNT=$1
644642 local REPO=$2
645643 local BRANCH=$3
@@ -666,8 +664,6 @@ create_from_github()
666664 display_message " Cloning $FORK /$BRANCH ..."
667665 clone_from_github " $FORK " " $BRANCH "
668666 fi
669-
670- pop_directory
671667}
672668
673669# Standard build from github.
Original file line number Diff line number Diff line change @@ -674,8 +674,6 @@ clone_from_github()
674674
675675create_from_github ()
676676{
677- push_directory " $BUILD_SRC_DIR "
678-
679677 local ACCOUNT=$1
680678 local REPO=$2
681679 local BRANCH=$3
@@ -702,8 +700,6 @@ create_from_github()
702700 display_message " Cloning $FORK /$BRANCH ..."
703701 clone_from_github " $FORK " " $BRANCH "
704702 fi
705-
706- pop_directory
707703}
708704
709705# Standard build from github.
Original file line number Diff line number Diff line change @@ -581,8 +581,6 @@ clone_from_github()
581581
582582create_from_github ()
583583{
584- push_directory " $BUILD_SRC_DIR "
585-
586584 local ACCOUNT=$1
587585 local REPO=$2
588586 local BRANCH=$3
@@ -609,8 +607,6 @@ create_from_github()
609607 display_message " Cloning $FORK /$BRANCH ..."
610608 clone_from_github " $FORK " " $BRANCH "
611609 fi
612-
613- pop_directory
614610}
615611
616612# Standard build from github.
You can’t perform that action at this time.
0 commit comments