Skip to content

Commit

Permalink
Merge pull request #491 from ccamacho/main
Browse files Browse the repository at this point in the history
ci: call the get issue method
  • Loading branch information
ccamacho authored Sep 25, 2021
2 parents ffbd20f + 721d70d commit a506f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/launch_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def main(cluster_type, job_type):
else:
state = "failure"
dur_mins = str(round((time.time() - start_time) / 60, 2))
issue = repo.issue(489)
issue = repo.get_issue(number=489)
issue.create_comment(body="%s-%s-%s-%s-%s-%s-%s-%s-%s-%s" % (distro,
driver,
masters,
Expand Down

0 comments on commit a506f5e

Please sign in to comment.