File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -211,15 +211,15 @@ jobs:
211211 env :
212212 KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
213213
214- - name : Magnum container build
215- run : |
216- sudo -E docker run -t --rm \
217- -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
218- -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
219- $KAYOBE_IMAGE \
220- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-container-image-build.sh magnum
221- env :
222- KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
214+ # - name: Magnum container build
215+ # run: |
216+ # sudo -E docker run -t --rm \
217+ # -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
218+ # -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
219+ # $KAYOBE_IMAGE \
220+ # /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-container-image-build.sh magnum -vvvv
221+ # env:
222+ # KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
223223
224224 - name : Install management cluster
225225 run : |
You can’t perform that action at this time.
0 commit comments