diff --git a/Makefile.common b/Makefile.common index 3c8cca72ac575..aebb4fbe240a4 100644 --- a/Makefile.common +++ b/Makefile.common @@ -119,7 +119,7 @@ DUMPLING_GOTEST := CGO_ENABLED=1 GO111MODULE=on go test -ldflags '$(DUMPLING_LD TEST_COVERAGE_DIR := "test_coverage" -ifneq ("$(CI)", "0") +ifneq ("$(CI)", "") BAZEL_GLOBAL_CONFIG := --output_user_root=/home/jenkins/.tidb/tmp BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp endif