diff --git a/.cirrus.yml b/.cirrus.yml index cf4ebfd0..772e89da 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,9 +17,9 @@ clone_template: &CLONE_TEMPLATE yum install -y git fi if [ -z "$CIRRUS_PR" ]; then - git clone --depth=320 --branch=$CIRRUS_BRANCH https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git $CIRRUS_WORKING_DIR + git clone --branch=$CIRRUS_BRANCH https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git $CIRRUS_WORKING_DIR else - git clone --depth=320 https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git $CIRRUS_WORKING_DIR + git clone https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git $CIRRUS_WORKING_DIR fi cd $CIRRUS_WORKING_DIR if [ -n "$CIRRUS_PR" ]; then