Set client_body_max_size in gitlab_ci to 0

This commit is contained in:
SolidNerd 2016-04-23 18:12:58 +02:00
parent 8ac510f888
commit ed36b3340f

View File

@ -24,5 +24,5 @@ server {
# adjust this to match the largest build log your runners might submit,
# set to 0 to disable limit
client_max_body_size 10m;
client_max_body_size 0;
}