Skip to content

Add missing object storage settings in task-runner

Stan Hu requested to merge sh-add-missing-obj-store-config-task-runner into master

artifacts and uploads were not configured, leading to confusing results when used with gitlab-rails console. For example, attempting to build an uploader from the Rails console would error out with the message, "Object storage is not enabled":

Upload.last.build_uploader.file
Edited by Stan Hu

Merge request reports