Content-Length: 300738 | pFad | http://github.com/googleapis/google-cloud-python/commit/641c05335a794d01c17aa7d9d71611a927624ebd
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3605ab0 commit 641c053Copy full SHA for 641c053
packages/google-cloud-apigee-connect/.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
image: gcr.io/repo-automation-bots/owlbot-python:latest
3
- digest: sha256:99d90d097e4a4710cc8658ee0b5b963f4426d0e424819787c3ac1405c9a26719
+ digest: sha256:e1793a23ae0ee9aafb2e3a53b564a351f74790dbe3c2d75f8fc3b8c43e5c036c
packages/google-cloud-apigee-connect/.kokoro/test-samples-impl.sh
@@ -20,9 +20,9 @@ set -eo pipefail
20
# Enables `**` to include files nested inside sub-folders
21
shopt -s globstar
22
23
-# Exit early if samples directory doesn't exist
24
-if [ ! -d "./samples" ]; then
25
- echo "No tests run. `./samples` not found"
+# Exit early if samples don't exist
+if ! find samples -name 'requirements.txt' | grep -q .; then
+ echo "No tests run. './samples/**/requirements.txt' not found"
26
exit 0
27
fi
28
Fetched URL: http://github.com/googleapis/google-cloud-python/commit/641c05335a794d01c17aa7d9d71611a927624ebd
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments