Skip to content

Commit a76ef8b

Browse files
authored
Merge pull request #14 from scotthart/ci_integration_vars_fix
ci: remove unused env var
2 parents 64917b7 + 88fa346 commit a76ef8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/cloudbuild/builds/lib/integration.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ function integration::bazel_args() {
5959
"--test_env=GOOGLE_CLOUD_CPP_EXPERIMENTAL_LOG_CONFIG=${GOOGLE_CLOUD_CPP_EXPERIMENTAL_LOG_CONFIG}"
6060
"--test_env=GOOGLE_CLOUD_CPP_ENABLE_TRACING=${GOOGLE_CLOUD_CPP_ENABLE_TRACING}"
6161
"--test_env=GOOGLE_CLOUD_CPP_TRACING_OPTIONS=${GOOGLE_CLOUD_CPP_TRACING_OPTIONS}"
62-
"--test_env=CLOUD_STORAGE_ENABLE_TRACING=${CLOUD_STORAGE_ENABLE_TRACING}"
6362
"--test_env=HOME=${HOME}"
6463
)
6564

0 commit comments

Comments
 (0)