We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbdc2d commit ddf1400Copy full SHA for ddf1400
2 files changed
ci/cloudbuild/builds/lib/integration.sh
@@ -169,7 +169,7 @@ function integration::bazel_with_emulators() {
169
170
io::log_h2 "Running Storage Emulator integration tests"
171
"google/cloud/storage/emulator/ci/run_integration_tests_bazel.sh" \
172
- bazel "${verb}" "${args[@]}"
+ bazel "${args[@]}"
173
174
io::log_h2 "Running Storage integration tests (with emulator)"
175
"google/cloud/storage/ci/${EMULATOR_SCRIPT}" \
google/cloud/storage/emulator/ci/run_integration_tests_bazel.sh
@@ -27,8 +27,6 @@ fi
27
# Configure run_emulators_utils.sh to find the instance admin emulator.
28
BAZEL_BIN="$1"
29
shift
30
-# ignore BAZEL_VERB="$1"
31
-shift
32
33
bazel_test_args=("$@")
34
0 commit comments