Skip to content

Commit b25687d

Browse files
author
Doug Greiman
committed
Fix typo in filename
1 parent f6bc889 commit b25687d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ fi
189189
# Run the tests that don't require (too many) external services
190190
if [ "${test}" -eq 1 ]; then
191191
echo "Testing compatibility with popular Python libraries"
192-
${gcloud_cmd} --config cloudbuild_tests.yaml --substitutions "${substitutions}"
192+
${gcloud_cmd} --config cloudbuild_test.yaml --substitutions "${substitutions}"
193193
fi
194194

195195
# Run system tests
@@ -198,7 +198,7 @@ if [ "${system_test}" -eq 1 ]; then
198198

199199
trap "rm -f tests/google-cloud-python-system/credentials.json" EXIT
200200
cp "${GOOGLE_APPLICATION_CREDENTIALS_FOR_TESTS}" tests/google-cloud-python-system/credentials.json
201-
${gcloud_cmd} --config cloudbuild_system_tests.yaml --substitutions "${substitutions}"
201+
${gcloud_cmd} --config cloudbuild_system_test.yaml --substitutions "${substitutions}"
202202
rm -f tests/google-cloud-python-system/credentials.json
203203
fi
204204

0 commit comments

Comments
 (0)