Skip to content
Snippets Groups Projects
Commit 13887a39 authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

test ze to selze

parent 6dc5da5e
No related branches found
No related tags found
No related merge requests found
Pipeline #2232 passed
......@@ -4,7 +4,7 @@ set -x
df -m
df -m . | tail -n+2 | while read _ _ _ SPACE _; do
if [ "$SPACE" -lt "80000" ]; then
if [ "$SPACE" -lt "800000" ]; then
echo "Malo mista, je potreba alespon 80GB, tady koncim!"
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment