Use == instead of = as fmf context operator

This commit is contained in:
Mikolaj Izdebski 2024-11-22 09:24:25 +01:00
commit 18bb592f10

View file

@ -17,7 +17,7 @@ adjust:
when: distro < fedora-42
- environment:
DEFAULT_JAVA: 17
when: distro = centos-stream-9 or distro = rhel-9
when: distro == centos-stream-9 or distro == rhel-9
- environment:
DEFAULT_JAVA: 21
when: distro = centos-stream-10 or distro = rhel-10
when: distro == centos-stream-10 or distro == rhel-10