Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Oct 10, 2024
1 parent d1cb2e5 commit 58a968e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/static-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58a968e

Please sign in to comment.