Skip to content

Commit

Permalink
Fix typo in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Greiman committed Oct 20, 2017
1 parent f6bc889 commit b25687d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fi
# Run the tests that don't require (too many) external services
if [ "${test}" -eq 1 ]; then
echo "Testing compatibility with popular Python libraries"
${gcloud_cmd} --config cloudbuild_tests.yaml --substitutions "${substitutions}"
${gcloud_cmd} --config cloudbuild_test.yaml --substitutions "${substitutions}"
fi

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

trap "rm -f tests/google-cloud-python-system/credentials.json" EXIT
cp "${GOOGLE_APPLICATION_CREDENTIALS_FOR_TESTS}" tests/google-cloud-python-system/credentials.json
${gcloud_cmd} --config cloudbuild_system_tests.yaml --substitutions "${substitutions}"
${gcloud_cmd} --config cloudbuild_system_test.yaml --substitutions "${substitutions}"
rm -f tests/google-cloud-python-system/credentials.json
fi

Expand Down

0 comments on commit b25687d

Please sign in to comment.