Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalie committed Jul 26, 2023
1 parent 48c0c26 commit 8bff5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/travis/build/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def fetch_githubusercontent_file(from, host: 'raw.githubusercontent.com',

def latest_release_for(repo)
logger.info "Fetching releases from #{repo}"
logger.info "GH Token #{ENV['GITHUB_OAUTH_TOKEN'][0..6]}...#{ENV['GITHUB_OAUTH_TOKEN'][-7..-1]}"

latest_release = octokit.latest_release(repo)['tag_name']
raise "No releases found for #{repo}" if latest_release.empty?
Expand Down

0 comments on commit 8bff5a8

Please sign in to comment.