File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ jobs:
128128 run : |
129129 primary=$(yq '.groups[].targets[] | select(.vars.role == "primary") | .name' spec/fixtures/litmus_inventory.yaml)
130130 compiler=$(yq '.groups[].targets[] | select(.vars.role == "compiler") | .name' spec/fixtures/litmus_inventory.yaml | head -n 1)
131- legacy_compiler=$(yq '.items[0].value.params.legacy_compilers[0]' bolt task run peadm::get_peadm_config -t $primary --no-host-key-check --format json)
131+ bolt task run peadm::get_peadm_config -t $primary --no-host-key-check --format json > peadm_config.json
132+ legacy_compiler=$(yq '.items[0].value.params.legacy_compilers[0]' peadm_config.json)
132133 if [ "$compiler" != "$legacy_compiler" ]; then
133134 echo "Compiler conversion failed"
134135 exit 1
You can’t perform that action at this time.
0 commit comments