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:
325
325
env :
326
326
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
327
327
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
-
338
328
- name : Upgrade host OS
339
329
run : |
340
330
docker run -t --rm \
@@ -428,6 +418,16 @@ jobs:
428
418
docker image prune -af
429
419
if : inputs.upgrade
430
420
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
+ ${{ steps.kayobe_image.outputs.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
+
431
431
- name : Tempest tests
432
432
id : tempest
433
433
run : |
You can’t perform that action at this time.
0 commit comments