Skip to content

Commit

Permalink
pkg:generate_source already prints the path to the tarball
Browse files Browse the repository at this point in the history
create-archive needs to "return" (print) the path, but there is no need to do it twice
  • Loading branch information
evgeni authored and ekohl committed May 14, 2024
1 parent df6fa10 commit f629938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ actions:
- bundle config set --local without development:test
- bundle install
- bundle exec rake pkg:generate_source
- bash -c "ls -1t pkg/*.tar.bz2 | head -n 1"

jobs:
- job: copr_build
Expand Down

0 comments on commit f629938

Please sign in to comment.