Skip to content

Commit ac346bc

Browse files
authored
container size increase to 16gb (#847)
1 parent fd6bef1 commit ac346bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/container_size.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ echo "##################"
99

1010
cd / && NUMGB=$(du -sh --exclude "raid" 2> /dev/null | grep -oE '[0-9]*G' | grep -oE '[0-9]*')
1111
echo "Size of container is: $NUMGB GB"
12-
if [ $NUMGB -ge 15 ]; then echo "Size of container exceeds 15GB, failed build." && exit 1 ; fi;
12+
if [ $NUMGB -ge 16 ]; then echo "Size of container exceeds 16GB, failed build." && exit 1 ; fi;

0 commit comments

Comments
 (0)