Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed May 2, 2023
1 parent eeb1ff7 commit dff8ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-capi-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
$KAYOBE_IMAGE \
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-command-run.sh --command 'echo $MGMT_SCRIPT > ./mgmt.sh && chmod +x ./mgmt.sh && ./mgmt.sh' -l controllers --show-output
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-command-run.sh --command 'echo $MGMT_SCRIPT > ./mgmt.sh && cat /.mgmt.sh && chmod +x ./mgmt.sh && ./mgmt.sh' -l controllers --show-output
env:
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
MGMT_SCRIPT: |
Expand Down

0 comments on commit dff8ef8

Please sign in to comment.