File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 189189# Run the tests that don't require (too many) external services
190190if [ " ${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} "
193193fi
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
203203fi
204204
You can’t perform that action at this time.
0 commit comments