Skip to content

Commit

Permalink
cleanup(storage): remove unused Bazel flag
Browse files Browse the repository at this point in the history
This flag sets an environment variable which only has an effect in
integration tests.  And the integration tests override the environment
variable.
  • Loading branch information
coryan committed Jun 28, 2024
1 parent e4ed3a4 commit 68cdc9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/cloudbuild/builds/lib/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function integration::bazel_args() {
"--test_env=GOOGLE_CLOUD_CPP_REST_TEST_SIGNING_SERVICE_ACCOUNT=${GOOGLE_CLOUD_CPP_REST_TEST_SIGNING_SERVICE_ACCOUNT}"

# Storage
"--test_env=GOOGLE_CLOUD_CPP_STORAGE_GRPC_CONFIG=${GOOGLE_CLOUD_CPP_STORAGE_GRPC_CONFIG:-}"
"--test_env=GOOGLE_CLOUD_CPP_STORAGE_TEST_BUCKET_NAME=${GOOGLE_CLOUD_CPP_STORAGE_TEST_BUCKET_NAME}"
"--test_env=GOOGLE_CLOUD_CPP_STORAGE_TEST_FOLDER_BUCKET_NAME=${GOOGLE_CLOUD_CPP_STORAGE_TEST_FOLDER_BUCKET_NAME}"
"--test_env=GOOGLE_CLOUD_CPP_STORAGE_TEST_DESTINATION_BUCKET_NAME=${GOOGLE_CLOUD_CPP_STORAGE_TEST_DESTINATION_BUCKET_NAME}"
Expand Down

0 comments on commit 68cdc9a

Please sign in to comment.