We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6bef1 commit ac346bcCopy full SHA for ac346bc
ci/container_size.sh
@@ -9,4 +9,4 @@ echo "##################"
9
10
cd / && NUMGB=$(du -sh --exclude "raid" 2> /dev/null | grep -oE '[0-9]*G' | grep -oE '[0-9]*')
11
echo "Size of container is: $NUMGB GB"
12
-if [ $NUMGB -ge 15 ]; then echo "Size of container exceeds 15GB, failed build." && exit 1 ; fi;
+if [ $NUMGB -ge 16 ]; then echo "Size of container exceeds 16GB, failed build." && exit 1 ; fi;
0 commit comments