From 02c49d66f5b90cc41a2492e7ec5f6da7f84505e8 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 16 Jan 2024 17:07:03 -0700 Subject: [PATCH] Add debug output to check container --- .gitea/workflows/test-k8s-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test-k8s-deploy.yml b/.gitea/workflows/test-k8s-deploy.yml index 2856d403..3e6d53ae 100644 --- a/.gitea/workflows/test-k8s-deploy.yml +++ b/.gitea/workflows/test-k8s-deploy.yml @@ -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"