File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 - name : Clone and Build Cluster A Packages
3030 run : |
3131 for i in $(seq 1 $REPO_A_COUNT); do
32- git clone --depth=1 https://github.com/CydiaBlock/package_debian_A$i.git
32+ git clone --filter=blob:none -- depth=1 https://github.com/CydiaBlock/package_debian_A$i.git
3333 dpkg-scanpackages -m package_debian_A$i /dev/null >> Packages
3434 echo "" >> Packages
3535 rm -rf package_debian_A$i
3838 - name : Clone and Build Cluster B Packages
3939 run : |
4040 for i in $(seq 1 $REPO_B_COUNT); do
41- git clone --depth=1 https://github.com/CydiaBlock/package_debian_B$i.git
41+ git clone --filter=blob:none -- depth=1 https://github.com/CydiaBlock/package_debian_B$i.git
4242 dpkg-scanpackages -m package_debian_B$i /dev/null >> Packages
4343 echo "" >> Packages
4444 rm -rf package_debian_B$i
You can’t perform that action at this time.
0 commit comments