Commit dcafd48f authored by Shinya Maeda's avatar Shinya Maeda

Fix ee/ci/job_artifact to make it look up ce JobArtifactUploader

parent d465c42a
...@@ -13,7 +13,7 @@ module EE ...@@ -13,7 +13,7 @@ module EE
end end
def local_store? def local_store?
[nil, JobArtifactUploader::Store::LOCAL].include?(self.file_store) [nil, ::JobArtifactUploader::Store::LOCAL].include?(self.file_store)
end end
private private
......
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