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 @@ -642,8 +642,6 @@ clone_from_github()
642642
643643create_from_github ()
644644{
645- push_directory " $BUILD_SRC_DIR "
646-
647645 local ACCOUNT=$1
648646 local REPO=$2
649647 local BRANCH=$3
@@ -670,8 +668,6 @@ create_from_github()
670668 display_message " Cloning $FORK /$BRANCH ..."
671669 clone_from_github " $FORK " " $BRANCH "
672670 fi
673-
674- pop_directory
675671}
676672
677673# Standard build from github.
Original file line number Diff line number Diff line change @@ -686,8 +686,6 @@ clone_from_github()
686686
687687create_from_github ()
688688{
689- push_directory " $BUILD_SRC_DIR "
690-
691689 local ACCOUNT=$1
692690 local REPO=$2
693691 local BRANCH=$3
@@ -714,8 +712,6 @@ create_from_github()
714712 display_message " Cloning $FORK /$BRANCH ..."
715713 clone_from_github " $FORK " " $BRANCH "
716714 fi
717-
718- pop_directory
719715}
720716
721717# Standard build from github.
Original file line number Diff line number Diff line change @@ -585,8 +585,6 @@ clone_from_github()
585585
586586create_from_github ()
587587{
588- push_directory " $BUILD_SRC_DIR "
589-
590588 local ACCOUNT=$1
591589 local REPO=$2
592590 local BRANCH=$3
@@ -613,8 +611,6 @@ create_from_github()
613611 display_message " Cloning $FORK /$BRANCH ..."
614612 clone_from_github " $FORK " " $BRANCH "
615613 fi
616-
617- pop_directory
618614}
619615
620616# Standard build from github.
You can’t perform that action at this time.
0 commit comments