Skip to content

Don't use the tmp directory for assets

DJ Mountney requested to merge dont-pollute-tmp into master

Using the tmp directory, without fixing the permissions, results in it being too locked down for proper use later. Instead we will place it somewhere that has default directory permissions.

Fixes: gitlab-org/charts/gitlab#1923 (closed)

Merge request reports