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 @@ -631,8 +631,6 @@ clone_from_github()
631631
632632create_from_github ()
633633{
634- push_directory " $BUILD_SRC_DIR "
635-
636634 local ACCOUNT=$1
637635 local REPO=$2
638636 local BRANCH=$3
@@ -659,8 +657,6 @@ create_from_github()
659657 display_message " Cloning $FORK /$BRANCH ..."
660658 clone_from_github " $FORK " " $BRANCH "
661659 fi
662-
663- pop_directory
664660}
665661
666662# Standard build from github.
Original file line number Diff line number Diff line change @@ -671,8 +671,6 @@ clone_from_github()
671671
672672create_from_github ()
673673{
674- push_directory " $BUILD_SRC_DIR "
675-
676674 local ACCOUNT=$1
677675 local REPO=$2
678676 local BRANCH=$3
@@ -699,8 +697,6 @@ create_from_github()
699697 display_message " Cloning $FORK /$BRANCH ..."
700698 clone_from_github " $FORK " " $BRANCH "
701699 fi
702-
703- pop_directory
704700}
705701
706702# Standard build from github.
Original file line number Diff line number Diff line change @@ -574,8 +574,6 @@ clone_from_github()
574574
575575create_from_github ()
576576{
577- push_directory " $BUILD_SRC_DIR "
578-
579577 local ACCOUNT=$1
580578 local REPO=$2
581579 local BRANCH=$3
@@ -602,8 +600,6 @@ create_from_github()
602600 display_message " Cloning $FORK /$BRANCH ..."
603601 clone_from_github " $FORK " " $BRANCH "
604602 fi
605-
606- pop_directory
607603}
608604
609605# Standard build from github.
You can’t perform that action at this time.
0 commit comments