Skip to content

Commit

Permalink
Merge pull request #3608 from dims/avoid-linting-in-prow-ci-jobs
Browse files Browse the repository at this point in the history
Avoid linting in Prow CI jobs
  • Loading branch information
cwangVT authored Oct 25, 2024
2 parents 96c346e + 472517b commit 9764cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/prow_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ ! -z "$(git diff --name-only -- cmd/internal/pages)" ]]; then
exit 1
fi

make all
make build test

# compile integration tests so they can be run without go installed
go test -c github.com/google/cadvisor/integration/tests/api
Expand Down

0 comments on commit 9764cdc

Please sign in to comment.