Skip to content

Fix artifacts storage path lookup

Jason Kincl requested to merge kincl/gitlab-ce:fix-artifact-uploader-path into master

This fixes the artifacts storage path lookup which subsequently fixes the backup rake task if you change the path to the artifacts path in gitlab.rb

Steps to reproduce issue:

  • change gitlab.artifacts.storage_path in gitlab-rails/etc/gitlab.yml
  • run rake task gitlab:backup:create

Merge request reports