We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f331016 + 9ffdf87 commit d6c895bCopy full SHA for d6c895b
templates/shared/common_install_shell_artifacts.gsl
@@ -949,8 +949,6 @@ clone_from_github()
949
950
create_from_github()
951
{
952
- push_directory "$BUILD_SRC_DIR"
953
-
954
local ACCOUNT=$1
955
local REPO=$2
956
local BRANCH=$3
@@ -977,8 +975,6 @@ create_from_github()
977
975
display_message "Cloning $FORK/$BRANCH..."
978
976
clone_from_github "$FORK" "$BRANCH"
979
fi
980
981
- pop_directory
982
}
983
984
# Standard build from github.
0 commit comments