Skip to content

Commit 9764cdc

Browse files
authored
Merge pull request #3608 from dims/avoid-linting-in-prow-ci-jobs
Avoid linting in Prow CI jobs
2 parents 96c346e + 472517b commit 9764cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/prow_e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [[ ! -z "$(git diff --name-only -- cmd/internal/pages)" ]]; then
3535
exit 1
3636
fi
3737

38-
make all
38+
make build test
3939

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

0 commit comments

Comments
 (0)