Loading cd/clone.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,5 +9,5 @@ clone: git config --global user.email 'bot@mail.com' && git config --global user.name 'bot' && rm -rf $CI_PROJECT_NAME && git clone --recurse-submodules --branch $CI_COMMIT_REF_NAME https://${DEPLOY_USER}:${DEPLOY_TOKEN}@${CI_SERVER_HOST}/gitlab/${CI_PROJECT_PATH} && git clone --recurse-submodules --branch $CI_COMMIT_REF_NAME --depth 1 https://${DEPLOY_USER}:${DEPLOY_TOKEN}@${CI_SERVER_HOST}/gitlab/${CI_PROJECT_PATH} && exit" Loading
cd/clone.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,5 +9,5 @@ clone: git config --global user.email 'bot@mail.com' && git config --global user.name 'bot' && rm -rf $CI_PROJECT_NAME && git clone --recurse-submodules --branch $CI_COMMIT_REF_NAME https://${DEPLOY_USER}:${DEPLOY_TOKEN}@${CI_SERVER_HOST}/gitlab/${CI_PROJECT_PATH} && git clone --recurse-submodules --branch $CI_COMMIT_REF_NAME --depth 1 https://${DEPLOY_USER}:${DEPLOY_TOKEN}@${CI_SERVER_HOST}/gitlab/${CI_PROJECT_PATH} && exit"