We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19858d1 commit 6700b14Copy full SHA for 6700b14
.github/workflows/container-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
context="RHEL8"
59
tmt_plan="rhel8-docker"
60
else
61
- if [ '${{ matrix.os }} == "rhel9" ]; then
+ if [ "${{ matrix.os }}" == "rhel9" ]; then
62
compose="RHEL-9.4.0-Nightly"
63
context="RHEL9"
64
tmt_plan="rhel9-docker"
0 commit comments