Skip to content

Commit

Permalink
Fix GCS -> Jira client (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
calbach authored Apr 25, 2018
1 parent 6910ada commit 2cc95c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/libproject/jirarelease.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def self.from_gcs_creds(project)
if not jira_creds
raise RuntimeError.new "failed to read JIRA login from '#{gcs_uri}'"
end
jira_json = JSON.parse(jira_json)
jira_json = JSON.parse(jira_creds)
return JiraReleaseClient.new(jira_json['username'], jira_json['password'])
end

Expand Down

0 comments on commit 2cc95c0

Please sign in to comment.