Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7e2a039b
Commit
7e2a039b
authored
Sep 19, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in app/models/ci/pipeline.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
0b77a17c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
app/models/ci/pipeline.rb
app/models/ci/pipeline.rb
+0
-3
spec/models/ci/pipeline_spec.rb
spec/models/ci/pipeline_spec.rb
+0
-3
No files found.
app/models/ci/pipeline.rb
View file @
7e2a039b
...
...
@@ -466,13 +466,10 @@ module Ci
.
fabricate!
end
<<<<<<<
HEAD
def
codeclimate_artifact
artifacts
.
codequality
.
find
(
&
:has_codeclimate_json?
)
end
=======
>>>>>>>
ce
-
com
/
master
def
latest_builds_with_artifacts
@latest_builds_with_artifacts
||=
builds
.
latest
.
with_artifacts
end
...
...
spec/models/ci/pipeline_spec.rb
View file @
7e2a039b
...
...
@@ -1463,7 +1463,6 @@ describe Ci::Pipeline, :mailer do
expect
(
query_count
).
to
eq
(
1
)
end
end
<<<<<<<
HEAD
describe
'#codeclimate_artifact'
do
context
'has codequality job'
do
...
...
@@ -1492,6 +1491,4 @@ describe Ci::Pipeline, :mailer do
it
{
expect
(
pipeline
.
codeclimate_artifact
).
to
be_nil
}
end
end
=======
>>>>>>>
ce
-
com
/
master
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment