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 @@ -325,16 +325,6 @@ jobs:
325325 env :
326326 KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
327327
328- - name : Configure aio resources
329- run : |
330- docker run -t --rm \
331- -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
332- -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
333- ${{ steps.kayobe_image.outputs.kayobe_image }} \
334- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
335- env :
336- KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
337-
338328 - name : Upgrade host OS
339329 run : |
340330 docker run -t --rm \
@@ -428,6 +418,16 @@ jobs:
428418 docker image prune -af
429419 if : inputs.upgrade
430420
421+ - name : Configure aio resources
422+ run : |
423+ docker run -t --rm \
424+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
425+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
426+ $KAYOBE_IMAGE \
427+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
428+ env :
429+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
430+
431431 - name : Tempest tests
432432 id : tempest
433433 run : |
You can’t perform that action at this time.
0 commit comments