Skip to content

Commit

Permalink
Fix rhel-8 matching syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Popov <[email protected]>
  • Loading branch information
kwk and nikic committed Jul 19, 2024
1 parent 579f3a1 commit 4553e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
[[ ! -z "${{ matrix.extra_script_file }}" ]] && source ${{ matrix.extra_script_file }}
for chroot in ${{ env.chroots }}; do
if [[ "$chroot" == rhel-8- ]]; then
if [[ "$chroot" == rhel-8-* ]]; then
copr edit-chroot --modules "swig:4.0" ${{ env.project_today }}/$chroot
fi
done
Expand Down

0 comments on commit 4553e04

Please sign in to comment.