Deploy: Remove --single-branch from `git clone` in Linux deployment

This commit is contained in:
Mike Salvatore 2022-02-24 13:16:05 -05:00
parent fb1880dd24
commit c8c1aa7036
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ log_message "Cloning files from git"
branch=${2:-"develop"}
log_message "Branch selected: ${branch}"
if [[ ! -d "$monkey_home/monkey" ]]; then # If not already cloned
git clone --single-branch --recurse-submodules -b "$branch" "${MONKEY_GIT_URL}" "${monkey_home}" 2>&1 || handle_error
git clone --recurse-submodules -b "$branch" "${MONKEY_GIT_URL}" "${monkey_home}" 2>&1 || handle_error
fi
# Create folders