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
91f8b22c
Commit
91f8b22c
authored
Oct 29, 2020
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab master
parents
4ac29f8e
c8f16497
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tooling/lib/tooling/helm3_client.rb
tooling/lib/tooling/helm3_client.rb
+1
-2
No files found.
tooling/lib/tooling/helm3_client.rb
View file @
91f8b22c
...
...
@@ -3,7 +3,6 @@
require
'time'
require
'json'
require_relative
'../../../lib/gitlab/popen'
unless
defined?
(
Gitlab
::
Popen
)
require_relative
'../../../lib/gitlab/json'
unless
defined?
(
Gitlab
::
Json
)
module
Tooling
class
Helm3Client
...
...
@@ -67,7 +66,7 @@ module Tooling
%(--output json)
,
*
args
]
releases
=
Gitlab
::
Json
.
parse
(
run_command
(
command
))
releases
=
JSON
.
parse
(
run_command
(
command
))
# rubocop:disable Gitlab/Json
releases
.
map
do
|
release
|
Release
.
new
(
*
release
.
values_at
(
*
RELEASE_JSON_ATTRIBUTES
))
...
...
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