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:
349
349
env :
350
350
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
351
351
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
-
362
352
- name : Upgrade host OS
363
353
run : |
364
354
docker run -t --rm \
@@ -452,6 +442,16 @@ jobs:
452
442
docker image prune -af
453
443
if : inputs.upgrade
454
444
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
+
455
455
- name : Tempest tests
456
456
id : tempest
457
457
run : |
You can’t perform that action at this time.
0 commit comments