Add debug output to check container

This commit is contained in:
David Boreham 2024-01-16 17:07:03 -07:00
parent 90cebdb7a6
commit 02c49d66f5

View File

@ -44,6 +44,8 @@ jobs:
- name: Start dockerd # Also needed until we can incorporate into the executor
run: |
dockerd -H $DOCKER_HOST --userland-proxy=false &
- name: "Check container"
run: cat /usr/local/bin/entrypoint.sh
- name: "Install kind"
run: ./tests/scripts/install-kind.sh
- name: "Install Kubectl"