File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,17 @@ jobs:
335335 env :
336336 KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
337337
338+ - name : Run upgrade prerequisites
339+ run : |
340+ docker run -t --rm \
341+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
342+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
343+ ${{ steps.kayobe_image.outputs.kayobe_image }} \
344+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/script-run.sh tools/upgrade-prerequisites.sh
345+ env :
346+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
347+ if : inputs.upgrade
348+
338349 # If testing upgrade, checkout the current release branch
339350 # Stash changes to tracked files, and set clean=false to avoid removing untracked files.
340351 # Revert changes to RabbitMQ Queue types to avoid a merge conflict
You can’t perform that action at this time.
0 commit comments