Skip to content

Commit

Permalink
Test dynamic build dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Siteshwar Vashisht <[email protected]>
  • Loading branch information
siteshwar committed Nov 6, 2024
1 parent 83e1dea commit 58bffa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- test-csmock-pull-189
jobs:
build-and-push-osh-hub:
runs-on: ubuntu-20.04
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
# dnf copr enable @openscanhub/devel
- name: Enable openscanhub repository
community.general.copr:
name: "@openscanhub/{{ env }}"
name: "packit/csutils-csmock-189"
chroot: epel-9-x86_64

- name: Install osh-worker package
ansible.builtin.dnf:
Expand Down

0 comments on commit 58bffa0

Please sign in to comment.