File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,13 @@ jobs:
2121 git config --global user.name "dopaemon"
2222 git config --global user.email "polarisdp@gmail.com"
2323
24- - name : Clone All Repositories
24+ - name : Clone and Build Cluster Packages
2525 run : |
2626 for i in $(seq 1 $REPO_COUNT); do
2727 git clone --depth=1 https://github.com/CydiaBlock/package_debian_A$i.git
28- done
29-
30- - name : Build Cluster Packages
31- run : |
32- > Packages
33- for i in $(seq 1 $REPO_COUNT); do
3428 dpkg-scanpackages -m package_debian_A$i /dev/null >> Packages
3529 echo "" >> Packages
30+ rm -rf package_debian_A$i
3631 done
3732
3833 - name : Format and Clean Packages
4338 - name : Compress
4439 run : bzip2 -fks Packages
4540
46- - name : Clean folders
47- run : rm -rf package_debian_*
48-
4941 - name : Commit and push changes
5042 uses : devops-infra/action-commit-push@master
5143 with :
You can’t perform that action at this time.
0 commit comments