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
080e52e0
Commit
080e52e0
authored
Mar 08, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reenable Geo enhancements Rake tasks otherwise they're run only once
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
35d27ffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lib/tasks/geo.rake
lib/tasks/geo.rake
+6
-0
No files found.
lib/tasks/geo.rake
View file @
080e52e0
...
...
@@ -34,6 +34,12 @@ namespace :geo do
ns
.
tasks
.
each
do
|
task
|
task
.
enhance
[
'geo:config:check'
,
'geo:config:set'
]
do
Rake
::
Task
[
'geo:config:restore'
].
invoke
# Reenable the tasks, otherwise the following tasks are run only once
# per invocation of `rake`!
Rake
::
Task
[
'geo:config:check'
].
reenable
Rake
::
Task
[
'geo:config:set'
].
reenable
Rake
::
Task
[
'geo:config:restore'
].
reenable
end
end
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