Gitlab artifacts try to access folder shared/artifacts/tmp/upload instead of shared/artifacts/tmp/uploads
Summary
Artifacts in gitlab are not working
Steps to reproduce
Do a standard installation on Freebsd (pkg install gitlab) and try to use artifacts.
Gitlab version 10.7.3
Gitlab-runner version 10.6.0
What is the current bug behavior?
Regarding the repository here: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/shared/artifacts/tmp
the folder uploads is correct but it does not work.
Possible fixes
Rename the folder from shared/artifacts/tmp/uploads
to shared/artifacts/tmp/upload
I'm not sure if this is a bug or at least an inconstancy, but something seems to be not right.
Any feedback is really welcome, thanks a lot.