Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-03-02 00:30:31 +0300
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-02 00:30:31 +0300
commit0d458b96e8349a50877ebd55932bf806e93caa21 (patch)
tree8a95f619a28606c7653beb524ace295d3c254c20 /app/uploaders/job_artifact_uploader.rb
parent0e732fa466c4d1c48163472b268dded18cc39407 (diff)
remove geo specific code
Diffstat (limited to 'app/uploaders/job_artifact_uploader.rb')
-rw-r--r--app/uploaders/job_artifact_uploader.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/uploaders/job_artifact_uploader.rb b/app/uploaders/job_artifact_uploader.rb
index d80221144b4..06842a58571 100644
--- a/app/uploaders/job_artifact_uploader.rb
+++ b/app/uploaders/job_artifact_uploader.rb
@@ -1,5 +1,4 @@
class JobArtifactUploader < GitlabUploader
- prepend EE::JobArtifactUploader
extend Workhorse::UploadPath
include ObjectStorage::Concern