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 @@ -629,8 +629,6 @@ clone_from_github()
629629
630630create_from_github ()
631631{
632- push_directory " $BUILD_SRC_DIR "
633-
634632 local ACCOUNT=$1
635633 local REPO=$2
636634 local BRANCH=$3
@@ -657,8 +655,6 @@ create_from_github()
657655 display_message " Cloning $FORK /$BRANCH ..."
658656 clone_from_github " $FORK " " $BRANCH "
659657 fi
660-
661- pop_directory
662658}
663659
664660# Standard build from github.
Original file line number Diff line number Diff line change @@ -665,8 +665,6 @@ clone_from_github()
665665
666666create_from_github ()
667667{
668- push_directory " $BUILD_SRC_DIR "
669-
670668 local ACCOUNT=$1
671669 local REPO=$2
672670 local BRANCH=$3
@@ -693,8 +691,6 @@ create_from_github()
693691 display_message " Cloning $FORK /$BRANCH ..."
694692 clone_from_github " $FORK " " $BRANCH "
695693 fi
696-
697- pop_directory
698694}
699695
700696# Standard build from github.
Original file line number Diff line number Diff line change @@ -572,8 +572,6 @@ clone_from_github()
572572
573573create_from_github ()
574574{
575- push_directory " $BUILD_SRC_DIR "
576-
577575 local ACCOUNT=$1
578576 local REPO=$2
579577 local BRANCH=$3
@@ -600,8 +598,6 @@ create_from_github()
600598 display_message " Cloning $FORK /$BRANCH ..."
601599 clone_from_github " $FORK " " $BRANCH "
602600 fi
603-
604- pop_directory
605601}
606602
607603# Standard build from github.
You can’t perform that action at this time.
0 commit comments