Skip to content

Commit

Permalink
main: print run id
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Feb 9, 2020
1 parent 13eb442 commit dfc29ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def api(token, url)
r['head_sha'] == commit
end

puts "==> Run: #{run['id']}"

artifacts = api(token, run['artifacts_url'])
artifacts = JSON.parse(artifacts)
artifact = artifacts['artifacts'].find do |a|
Expand Down

0 comments on commit dfc29ea

Please sign in to comment.