Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 11, 2023
1 parent 6c070d0 commit 9baf9c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ actions:
post-upstream-clone:
- "wget https://raw.githubusercontent.com/theforeman/foreman-packaging/rpm/develop/packages/katello/rubygem-katello/rubygem-katello.spec -O rubygem-katello.spec"
get-current-version:
- "sed -i 's/-master//' lib/katello/version.rb"
- ruby -rrubygems -e 'puts Gem::Specification::load(Dir.glob("*.gemspec").first).version'
- bash -c "ruby -rrubygems -e 'puts Gem::Specification::load(Dir.glob(\"*.gemspec\").first).version' | sed 's/.pre.master//'"
create-archive:
- gem build katello.gemspec
- bash -c "ls -1t ./katello-*.gem | head -n 1"
Expand Down

0 comments on commit 9baf9c8

Please sign in to comment.