From 58a968e7ad055413c088758c023ee678658b2c1e Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 10 Oct 2024 13:22:50 +0100 Subject: [PATCH] debug --- .ci/static-checks.sh | 2 ++ .github/workflows/main.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.ci/static-checks.sh b/.ci/static-checks.sh index 8e7fff5c..62e363a1 100755 --- a/.ci/static-checks.sh +++ b/.ci/static-checks.sh @@ -25,6 +25,8 @@ clone_kata_repo() { run_static_checks() { clone_kata_repo + #Debug + ls ${kata_repo_dir} INSTALL_IN_GOPATH=false bash "${kata_repo_dir}/ci/install_yq.sh" bash "${kata_repo_dir}/tests/install_go.sh" -f -p bash "${kata_repo_dir}/tests/static-checks.sh" "github.com/kata-containers/community" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f4e91971..211541bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,4 +18,6 @@ jobs: - name: Running static checks run: | + # Debug + find -maxdepth 3 -type d -ls ./src/github.com/${{ github.repository }}/ci/static-checks.sh