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 @@ -628,8 +628,6 @@ clone_from_github()
628628
629629create_from_github ()
630630{
631- push_directory " $BUILD_SRC_DIR "
632-
633631 local ACCOUNT=$1
634632 local REPO=$2
635633 local BRANCH=$3
@@ -656,8 +654,6 @@ create_from_github()
656654 display_message " Cloning $FORK /$BRANCH ..."
657655 clone_from_github " $FORK " " $BRANCH "
658656 fi
659-
660- pop_directory
661657}
662658
663659# Standard build from github.
Original file line number Diff line number Diff line change @@ -668,8 +668,6 @@ clone_from_github()
668668
669669create_from_github ()
670670{
671- push_directory " $BUILD_SRC_DIR "
672-
673671 local ACCOUNT=$1
674672 local REPO=$2
675673 local BRANCH=$3
@@ -696,8 +694,6 @@ create_from_github()
696694 display_message " Cloning $FORK /$BRANCH ..."
697695 clone_from_github " $FORK " " $BRANCH "
698696 fi
699-
700- pop_directory
701697}
702698
703699# Standard build from github.
Original file line number Diff line number Diff line change @@ -571,8 +571,6 @@ clone_from_github()
571571
572572create_from_github ()
573573{
574- push_directory " $BUILD_SRC_DIR "
575-
576574 local ACCOUNT=$1
577575 local REPO=$2
578576 local BRANCH=$3
@@ -599,8 +597,6 @@ create_from_github()
599597 display_message " Cloning $FORK /$BRANCH ..."
600598 clone_from_github " $FORK " " $BRANCH "
601599 fi
602-
603- pop_directory
604600}
605601
606602# Standard build from github.
You can’t perform that action at this time.
0 commit comments