Skip to content

Commit b839fa4

Browse files
committed
Move away from being a null-router
Ensure that the "install" (etc.) state-file(s) doesn't evaluate to empty: this should prevent previously-witnessed CI errors without resorting to a bunch of other ugly and/or brittle kludgery
1 parent 40f3d37 commit b839fa4

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

flux-cli/config/clean.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ include:
1212
- flux-cli.config.win_clean
1313
{%- endif %}
1414
15+
Avoid being a null-router (config/clean):
16+
test.nop: []

flux-cli/config/file.sls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ include:
1515
- flux-cli.config.win_file
1616
{%- endif %}
1717
18-
18+
Avoid being a null-router (config/file):
19+
test.nop: []

flux-cli/package/clean.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ include:
1414
- flux-cli.package.win_clean
1515
{%- endif %}
1616
17+
Avoid being a null-router (package/clean):
18+
test.nop: []

flux-cli/package/install.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ include:
1212
- flux-cli.package.win_install
1313
{%- endif %}
1414
15+
Avoid being a null-router (package/install):
16+
test.nop: []

0 commit comments

Comments
 (0)