Commit 01f72e62 authored by nanahira's avatar nanahira

remove things

parent e53b1258
Pipeline #33721 failed with stages
in 1 minute and 33 seconds
# contact: QQ 78877
http://github.com/purerosefallen/Nanahira-Cards
......@@ -103,7 +103,7 @@ process_repo() {
# check oversize
size=$(du -sm "workspace/$repo_identifer" | cut -f1)
echo "Checking size of $repo_identifer: $size MB"
if [[ $size > $SIZE_LIMIT_MB ]]; then
if [[ $size -gt $SIZE_LIMIT_MB ]]; then
echo "Skipping $repo_identifer due to oversize: $size MB > $SIZE_LIMIT_MB MB"
echo "[ERROR] $repo_url Oversize: $size MB > $SIZE_LIMIT_MB MB" | tee dist/warnings.txt
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment