Skip to content

Commit e816205

Browse files
author
scrungus
committed
remove debugging
1 parent 5415860 commit e816205

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/stackhpc-capi-all-in-one.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -283,17 +283,6 @@ jobs:
283283
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-service-deploy.sh
284284
env:
285285
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
286-
287-
#can be removed after debugging
288-
- name: Check magnum container
289-
run: |
290-
sudo -E docker run -t --rm \
291-
-v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
292-
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
293-
$KAYOBE_IMAGE \
294-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-command-run.sh --command 'sudo docker exec -t magnum_conductor bash -c "helm --kubeconfig /etc/magnum/kubeconfig ls -Aa~"' -l controllers --show-output
295-
env:
296-
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
297286

298287
- name: Configure aio resources
299288
run: |

0 commit comments

Comments
 (0)