Skip to content

Commit

Permalink
.gitlab-ci.yml: pkg: alma-9: install third party repository
Browse files Browse the repository at this point in the history
python-watchdog is not included in the official Alma 9 packages
  • Loading branch information
alesmrazek committed Dec 2, 2024
1 parent 35bfb8b commit 1f70b16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,9 @@ pkg:fedora-40:
pkg:alma-9:
<<: *pkg_test
image: $CI_REGISTRY/packaging/apkg/full/alma-9
before_script:
# python-watchdog is not included in the official Alma 9 packages
- dnf install cheese-release

pkg:arch:
<<: *pkg_test_user
Expand Down

0 comments on commit 1f70b16

Please sign in to comment.