We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cff26d commit 89d6500Copy full SHA for 89d6500
.github/workflows/test-legacy-compilers.yaml
@@ -78,6 +78,10 @@ jobs:
78
run: |
79
ls
80
echo ::endgroup::
81
+ echo ::move ./inventory.yaml to .spec/fixtures/litmus_inventory.yaml::
82
+ run: |
83
+ mv inventory.yaml spec/fixtures/litmus_inventory.yaml
84
+ echo ::endgroup::
85
echo ::group::certnames
86
bundle exec bolt plan run peadm_spec::add_inventory_hostnames \
87
--inventory spec/fixtures/litmus_inventory.yaml \
0 commit comments