forked from cerc-io/stack-orchestrator
Add debug output to check container
This commit is contained in:
parent
90cebdb7a6
commit
02c49d66f5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user