diff --git a/continuous-delivery/pack.sh b/continuous-delivery/pack.sh index 5512dd64..15e1fb5e 100644 --- a/continuous-delivery/pack.sh +++ b/continuous-delivery/pack.sh @@ -39,7 +39,7 @@ mkdir $UNZIP tar -xf aws-crt-$CURRENT_TAG.tgz -C $UNZIP PACK_FILE_SIZE_KB=$(du -sk $UNZIP | awk '{print $1}') echo "Current package size: ${PACK_FILE_SIZE_KB}" -if expr $PACK_FILE_SIZE_KB \> "$((25000))" ; then +if expr $PACK_FILE_SIZE_KB \> "$((26000))" ; then # the package size is too large, return -1 echo "Package size is too large!" exit -1