This commit is contained in:
Carles Pina i Estany 2023-05-19 16:11:06 +02:00
parent 0a14457bb2
commit b65496164f

View File

@ -68,6 +68,8 @@ echo "[+] Cloning destination git repository $DESTINATION_REPOSITORY_NAME"
git config --global user.email "$USER_EMAIL"
git config --global user.name "$USER_NAME"
git config --global http.version HTTP/1.1
{
git clone --single-branch --depth 1 --branch "$TARGET_BRANCH" "$GIT_CMD_REPOSITORY" "$CLONE_DIR"
} || {