Skip to content

Commit

Permalink
Merge pull request rhinstaller#3465 from jkonecny12/master-fix-packit…
Browse files Browse the repository at this point in the history
…-action

Adapt to Packit change (#infra)
  • Loading branch information
jkonecny12 committed Jun 23, 2021
2 parents 088184a + 652f931 commit ecd417b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ specfile_path: anaconda.spec
upstream_package_name: anaconda
upstream_tag_template: anaconda-{version}-1
actions:
create-archive:
post-upstream-clone:
- ./autogen.sh
- ./configure
create-archive:
- "make release"
- 'bash -c "ls -1 anaconda-*.tar.bz2"'
jobs:
Expand Down

0 comments on commit ecd417b

Please sign in to comment.