Skip to content

Commit

Permalink
infra: let packit propose the dist-git PRs when releases are created
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Nov 17, 2023
1 parent 6730bb6 commit 943e9c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ jobs:
create-archive:
- sh -exc "curl -L -O https://github.com/rhinstaller/anaconda-webui/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"

- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-development

0 comments on commit 943e9c8

Please sign in to comment.