Skip to content

Commit

Permalink
*: make CI=0 default (#44694)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhebox authored Jun 15, 2023
1 parent d6f0e91 commit 1077c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1077c72

Please sign in to comment.