Commit 11d945f4 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/factories/ci/job_artifacts.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c479a467
......@@ -5,13 +5,10 @@ FactoryGirl.define do
job factory: :ci_build
file_type :archive
<<<<<<< HEAD
trait :remote_store do
file_store JobArtifactUploader::REMOTE_STORE
end
=======
>>>>>>> upstream/master
after :build do |artifact|
artifact.project ||= artifact.job.project
end
......
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