Skip to content

Commit 6c7f4f7

Browse files
committed
cleanup
1 parent c6afeb6 commit 6c7f4f7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ci/cloudbuild/builds/lib/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function integration::ctest_with_emulators() {
323323
"${PROJECT_ROOT}/google/cloud/storage/ci/${EMULATOR_SCRIPT}" \
324324
"${cmake_out}" "${ctest_args[@]}" -L integration-test-emulator
325325

326-
if ! [[ "${skip_args[*]}" =~ "spanner" ]]; then
326+
if ! [[ "${skip_args[*]}" =~ " spanner " ]]; then
327327
io::log_h2 "Running Spanner integration tests (with emulator)"
328328
"${PROJECT_ROOT}/google/cloud/spanner/ci/${EMULATOR_SCRIPT}" \
329329
"${cmake_out}" "${ctest_args[@]}" -L integration-test-emulator

ci/cloudbuild/dockerfiles/ubuntu-22.04.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ RUN apt-get update && \
2626
git \
2727
gcc \
2828
g++ \
29-
cmake \
3029
libcurl4-openssl-dev \
3130
libssl-dev \
3231
libtool \

0 commit comments

Comments
 (0)