Skip to content

Commit d6c895b

Browse files
authored
Merge pull request #367 from pmienk/master
Balance push/pop.
2 parents f331016 + 9ffdf87 commit d6c895b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/shared/common_install_shell_artifacts.gsl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,6 @@ clone_from_github()
949949

950950
create_from_github()
951951
{
952-
push_directory "$BUILD_SRC_DIR"
953-
954952
local ACCOUNT=$1
955953
local REPO=$2
956954
local BRANCH=$3
@@ -977,8 +975,6 @@ create_from_github()
977975
display_message "Cloning $FORK/$BRANCH..."
978976
clone_from_github "$FORK" "$BRANCH"
979977
fi
980-
981-
pop_directory
982978
}
983979

984980
# Standard build from github.

0 commit comments

Comments
 (0)