Skip to content

Commit

Permalink
chang edir
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed May 4, 2023
1 parent 00d3a48 commit 5908b63
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 @@ -239,7 +239,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 'sudo tar -xvf /tmp/mgmt_deploy.tar && ls /tmp/script/ && sudo chmod +x /tmp/script/capi-mgmt.sh && /tmp/script/capi-mgmt.sh' -l controllers --show-output
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-command-run.sh --command 'sudo tar -xvf /tmp/mgmt_deploy.tar && sudo ls /tmp && ls ./script/ && sudo chmod +x ./script/capi-mgmt.sh && ./script/capi-mgmt.sh' -l controllers --show-output
env:
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}

Expand Down

0 comments on commit 5908b63

Please sign in to comment.