Skip to content

Commit

Permalink
remove builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Dec 4, 2023
1 parent a286fee commit bd78bc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,8 @@ end
desc 'Build gem and push to github package. Run as bundle exec rake build_gem_push_to_github_package[<version>]'
task :build_gem_push_to_github_package, [:version] do |_, args|
gem_to_push = find_or_build_gem(args[:version])
exit 1 unless system('gem', 'push', '--key', 'github', '--host', 'https://rubygems.pkg.github.com/solarwinds', gem_to_push.to_s)
gem_to_push.delete!('builds/')
exit 1 unless system('gem', 'push', '--key', 'github', '--host', 'https://rubygems.pkg.github.com/solarwinds', gem_to_push)
puts "\n=== Finished ===\n"
end

Expand Down

0 comments on commit bd78bc8

Please sign in to comment.