Skip to content

Commit 11dfbdf

Browse files
authored
packages: skip the following size check correctly (#903)
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 0ca4876 commit 11dfbdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluent-package/manage-fluent-repositories.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ EOF
251251
case $package in
252252
v7*)
253253
echo "Skip downloading v7 test package ($package.zip)"
254+
continue
254255
;;
255256
*debian*|*ubuntu*)
256257
actual_size=$(stat --format="%s" apt/repositories/$package.zip)

0 commit comments

Comments
 (0)