Commit 83807c1f authored by Stan Hu's avatar Stan Hu

Merge branch 'sh-fix-geo-spec-namespace' into 'master'

Fix JobArtifactUploader namespacing issues

Closes #4801

See merge request gitlab-org/gitlab-ee!4368
parents 3ea5015f c35f4261
module Gitlab
module Geo
class JobArtifactUploader < FileUploader
class JobArtifactUploader < ::Gitlab::Geo::FileUploader
def execute
job_artifact = ::Ci::JobArtifact.find_by(id: object_db_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment