aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-12-02 13:20:59 +0100
committerGitHub <noreply@github.com>2024-12-02 13:20:59 +0100
commitda20d39a2ba25f451f868b1ac7c5a0aecac16144 (patch)
tree7f0210b4f1c7576aa8f0f046265854dfb79d72ce
parentd029c27d7432c72376b7045c594bcc944a7c04ed (diff)
downloadydb-da20d39a2ba25f451f868b1ac7c5a0aecac16144.tar.gz
Get rid of repo shallow clone (#12209)
-rw-r--r--.github/workflows/sync_cmakebuild.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sync_cmakebuild.yml b/.github/workflows/sync_cmakebuild.yml
index 2ccb4b5698..bee7ed14f3 100644
--- a/.github/workflows/sync_cmakebuild.yml
+++ b/.github/workflows/sync_cmakebuild.yml
@@ -23,7 +23,7 @@ jobs:
echo "No new commits on the main branch to merge, exiting"
exit 0
fi
- git clone -b main --shallow-exclude cmakebuild https://$TOKEN@github.com/$REPO.git ydb
+ git clone -b main https://$TOKEN@github.com/$REPO.git ydb
git config --global user.email "alex@ydb.tech"
git config --global user.name "Alexander Smirnov"
cd ydb