Commit f7919b3d authored by Stan Hu's avatar Stan Hu

Merge branch 'fix-review-cleanup-json' into 'master'

Switch Gitlab::JSON to JSON for helm3_client

Closes #216365

See merge request gitlab-org/gitlab!30944
parents f82d8b20 623f0dc2
...@@ -65,7 +65,7 @@ module Quality ...@@ -65,7 +65,7 @@ module Quality
%(--output json), %(--output json),
*args *args
] ]
releases = Gitlab::Json.parse(run_command(command)) releases = JSON.parse(run_command(command))
releases.map do |release| releases.map do |release|
Release.new(*release.values_at(*RELEASE_JSON_ATTRIBUTES)) Release.new(*release.values_at(*RELEASE_JSON_ATTRIBUTES))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment