File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -349,16 +349,6 @@ jobs:
349349 env :
350350 KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
351351
352- - name : Configure aio resources
353- run : |
354- docker run -t --rm \
355- -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
356- -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
357- ${{ steps.kayobe_image.outputs.kayobe_image }} \
358- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
359- env :
360- KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
361-
362352 - name : Upgrade host OS
363353 run : |
364354 docker run -t --rm \
@@ -452,6 +442,16 @@ jobs:
452442 docker image prune -af
453443 if : inputs.upgrade
454444
445+ - name : Configure aio resources
446+ run : |
447+ docker run -t --rm \
448+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
449+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
450+ ${{ steps.kayobe_image.outputs.kayobe_image }} \
451+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
452+ env :
453+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
454+
455455 - name : Tempest tests
456456 id : tempest
457457 run : |
You can’t perform that action at this time.
0 commit comments