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
34d837b5
Commit
34d837b5
authored
Mar 06, 2019
by
João Cunha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unecessary begin..end block
parent
70e44301
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
24 deletions
+20
-24
app/services/clusters/applications/install_service.rb
app/services/clusters/applications/install_service.rb
+10
-12
app/services/clusters/applications/patch_service.rb
app/services/clusters/applications/patch_service.rb
+10
-12
No files found.
app/services/clusters/applications/install_service.rb
View file @
34d837b5
...
@@ -6,7 +6,6 @@ module Clusters
...
@@ -6,7 +6,6 @@ module Clusters
def
execute
def
execute
return
unless
app
.
scheduled?
return
unless
app
.
scheduled?
begin
app
.
make_installing!
app
.
make_installing!
helm_api
.
install
(
install_command
)
helm_api
.
install
(
install_command
)
...
@@ -21,5 +20,4 @@ module Clusters
...
@@ -21,5 +20,4 @@ module Clusters
end
end
end
end
end
end
end
end
end
app/services/clusters/applications/patch_service.rb
View file @
34d837b5
...
@@ -6,7 +6,6 @@ module Clusters
...
@@ -6,7 +6,6 @@ module Clusters
def
execute
def
execute
return
unless
app
.
scheduled?
return
unless
app
.
scheduled?
begin
app
.
make_updating!
app
.
make_updating!
helm_api
.
update
(
update_command
)
helm_api
.
update
(
update_command
)
...
@@ -22,5 +21,4 @@ module Clusters
...
@@ -22,5 +21,4 @@ module Clusters
end
end
end
end
end
end
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