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 @@ -316,16 +316,6 @@ jobs:
316
316
env :
317
317
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
318
318
319
- - name : Configure aio resources
320
- run : |
321
- docker run -t --rm \
322
- -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
323
- -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
324
- ${{ steps.kayobe_image.outputs.kayobe_image }} \
325
- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
326
- env :
327
- KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
328
-
329
319
- name : Upgrade host OS
330
320
run : |
331
321
docker run -t --rm \
@@ -419,6 +409,16 @@ jobs:
419
409
docker image prune -af
420
410
if : inputs.upgrade
421
411
412
+ - name : Configure aio resources
413
+ run : |
414
+ docker run -t --rm \
415
+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
416
+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
417
+ ${{ steps.kayobe_image.outputs.kayobe_image }} \
418
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/configure-aio-resources.yml
419
+ env :
420
+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
421
+
422
422
- name : Tempest tests
423
423
id : tempest
424
424
run : |
You can’t perform that action at this time.
0 commit comments