We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d029c27 commit da20d39Copy full SHA for da20d39
.github/workflows/sync_cmakebuild.yml
@@ -23,7 +23,7 @@ jobs:
23
echo "No new commits on the main branch to merge, exiting"
24
exit 0
25
fi
26
- 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
27
git config --global user.email "alex@ydb.tech"
28
git config --global user.name "Alexander Smirnov"
29
cd ydb
0 commit comments