File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,32 +40,32 @@ jobs:
40
40
if [ "${{ matrix.os }}" == "fedora" ]; then
41
41
compose="Fedora-latest"
42
42
context="Fedora"
43
- tmt_plan="fedora"
43
+ tmt_plan="fedora$ "
44
44
else
45
45
if [ "${{ matrix.os }}" == "c9s" ]; then
46
46
compose="CentOS-Stream-9"
47
47
context="CentOS Stream 9"
48
- tmt_plan="c9s"
48
+ tmt_plan="c9s$ "
49
49
else
50
50
compose="CentOS-Stream-10"
51
51
context="CentOS Stream 10"
52
- tmt_plan="c10s"
52
+ tmt_plan="c10s$ "
53
53
fi
54
54
fi
55
55
else
56
56
if [ "${{ matrix.os }}" == "rhel8" ]; then
57
57
compose="RHEL-8.10.0-Nightly"
58
58
context="RHEL8"
59
- tmt_plan="rhel8-docker"
59
+ tmt_plan="rhel8-docker$ "
60
60
else
61
61
if [ "${{ matrix.os }}" == "rhel9" ]; then
62
62
compose="RHEL-9.4.0-Nightly"
63
63
context="RHEL9"
64
- tmt_plan="rhel9-docker"
64
+ tmt_plan="rhel9-docker$ "
65
65
else
66
66
compose="RHEL-10-Nightly"
67
67
context="RHEL10"
68
- tmt_plan="rhel10-docker"
68
+ tmt_plan="rhel10-docker$ "
69
69
fi
70
70
fi
71
71
fi
You can’t perform that action at this time.
0 commit comments