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
30aaa022
Commit
30aaa022
authored
Sep 22, 2016
by
Stan Hu
Committed by
Robert Speicher
Sep 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Standard @project -> project
parent
a1812edb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/workers/repository_update_mirror_worker.rb
app/workers/repository_update_mirror_worker.rb
+3
-3
No files found.
app/workers/repository_update_mirror_worker.rb
View file @
30aaa022
...
@@ -10,13 +10,13 @@ class RepositoryUpdateMirrorWorker
...
@@ -10,13 +10,13 @@ class RepositoryUpdateMirrorWorker
def
perform
(
project_id
)
def
perform
(
project_id
)
begin
begin
@
project
=
Project
.
find
(
project_id
)
project
=
Project
.
find
(
project_id
)
return
unless
project
return
unless
project
@current_user
=
@project
.
mirror_user
||
@
project
.
creator
@current_user
=
project
.
mirror_user
||
project
.
creator
result
=
Projects
::
UpdateMirrorService
.
new
(
@
project
,
@current_user
).
execute
result
=
Projects
::
UpdateMirrorService
.
new
(
project
,
@current_user
).
execute
if
result
[
:status
]
==
:error
if
result
[
:status
]
==
:error
project
.
mark_import_as_failed
(
result
[
:message
])
project
.
mark_import_as_failed
(
result
[
:message
])
return
return
...
...
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