We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e249fd commit fb8bdc7Copy full SHA for fb8bdc7
continuous-delivery/pack.sh
@@ -39,7 +39,7 @@ mkdir $UNZIP
39
tar -xf aws-crt-$CURRENT_TAG.tgz -C $UNZIP
40
PACK_FILE_SIZE_KB=$(du -sk $UNZIP | awk '{print $1}')
41
echo "Current package size: ${PACK_FILE_SIZE_KB}"
42
-if expr $PACK_FILE_SIZE_KB \> "$((33000))" ; then
+if expr $PACK_FILE_SIZE_KB \> "$((34000))" ; then
43
# the package size is too large, return -1
44
echo "Package size is too large!"
45
exit -1
0 commit comments