Skip to content

Create gitlab/public/uploads

Jacob Vosmaer (GitLab) requested to merge mkdir-uploads into master

This was an oversight in the Makefile. Most of the time some piece of application code would make the directory anyway with mkdir -p but we should do it eagerly, not lazily.

Merge request reports