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
0bb98898
Commit
0bb98898
authored
Dec 27, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve app/workers/repository_import_worker.rb
parent
c4a9a1e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
app/workers/repository_import_worker.rb
app/workers/repository_import_worker.rb
+0
-3
No files found.
app/workers/repository_import_worker.rb
View file @
0bb98898
...
@@ -23,13 +23,10 @@ class RepositoryImportWorker
...
@@ -23,13 +23,10 @@ class RepositoryImportWorker
raise
result
[
:message
]
if
result
[
:status
]
==
:error
raise
result
[
:message
]
if
result
[
:status
]
==
:error
project
.
after_import
project
.
after_import
<<<<<<<
HEAD
# Explicitly enqueue mirror for update so
# Explicitly enqueue mirror for update so
# that upstream remote is created and fetched
# that upstream remote is created and fetched
project
.
force_import_job!
if
project
.
mirror?
project
.
force_import_job!
if
project
.
mirror?
=======
>>>>>>>
upstream
/
master
end
end
private
private
...
...
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