Skip to content

Commit 176d48b

Browse files
committed
regression-scope/rules.json: Fix env args order
Signed-off-by: Filip Gołaś <[email protected]>
1 parent 7c4b66d commit 176d48b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ci/regression-scope/rules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
{
88
"env_vars": {
99
"RTE_IP": "192.168.10.199",
10-
"SONOFF_IP": "192.168.10.169",
11-
"PIKVM_IP": "192.168.10.120",
1210
"SNIPEIT_NO": "true",
1311
"CONFIG": "msi-pro-z690-a-wifi-ddr4"
12+
"SONOFF_IP": "192.168.10.169",
13+
"PIKVM_IP": "192.168.10.120",
1414
},
1515
"files": {
1616
"mode": "${FULL_FILENAME_MATCH}"
@@ -36,9 +36,9 @@
3636
"env_vars": {
3737
"RTE_IP": "192.168.10.199",
3838
"SNIPEIT_NO": "true",
39+
"CONFIG": "msi-pro-z690-a-wifi-ddr4"
3940
"SONOFF_IP": "192.168.10.169",
4041
"PIKVM_IP": "192.168.10.120",
41-
"CONFIG": "msi-pro-z690-a-wifi-ddr4"
4242
},
4343
"files": {
4444
"mode": "${FILE_CONTAINS_MATCH}",

0 commit comments

Comments
 (0)