Skip to content

Commit d634681

Browse files
committed
Split the ZIP making job into smaller junks.
1 parent d02a1d0 commit d634681

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jobs/zip-packs-make

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
NOW=$(date +%s)
99

10-
php $AMOSCLIROOT/export-zip.php --minver=400 && \
10+
php $AMOSCLIROOT/export-zip.php --minver=500 && \
11+
php $AMOSCLIROOT/export-zip.php --minver=400 --maxver=405 && \
1112
php $AMOSCLIROOT/export-zip.php --minver=35 --maxver=311 && \
1213
php $AMOSCLIROOT/export-zip.php --minver=27 --maxver=34 && \
1314
php $AMOSCLIROOT/export-zip.php --maxver=26 && \

0 commit comments

Comments
 (0)