Use == instead of = as fmf context operator
This commit is contained in:
parent
a94bd94f9e
commit
18bb592f10
1 changed files with 2 additions and 2 deletions
4
main.fmf
4
main.fmf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue