Skip to content

Commit fb8bdc7

Browse files
authored
Increase nodejs package size (#606)
1 parent 5e249fd commit fb8bdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous-delivery/pack.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mkdir $UNZIP
3939
tar -xf aws-crt-$CURRENT_TAG.tgz -C $UNZIP
4040
PACK_FILE_SIZE_KB=$(du -sk $UNZIP | awk '{print $1}')
4141
echo "Current package size: ${PACK_FILE_SIZE_KB}"
42-
if expr $PACK_FILE_SIZE_KB \> "$((33000))" ; then
42+
if expr $PACK_FILE_SIZE_KB \> "$((34000))" ; then
4343
# the package size is too large, return -1
4444
echo "Package size is too large!"
4545
exit -1

0 commit comments

Comments
 (0)