File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
packages/google-cloud-video-transcoder Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then
28
28
git checkout $LATEST_RELEASE
29
29
fi
30
30
31
+ # Exit early if samples directory doesn't exist
32
+ if [ ! -d " ./samples" ]; then
33
+ echo " No tests run. ` ./samples` not found"
34
+ exit 0
35
+ fi
36
+
31
37
# Disable buffering, so that the logs stream through.
32
38
export PYTHONUNBUFFERED=1
33
39
@@ -101,4 +107,4 @@ cd "$ROOT"
101
107
# Workaround for Kokoro permissions issue: delete secrets
102
108
rm testing/{test-env.sh,client-secrets.json,service-account.json}
103
109
104
- exit " $RTN "
110
+ exit " $RTN "
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/python-video-transcoder.git",
7
- "sha": "845f1e371cc45040c882b725e12375430260e45a "
7
+ "sha": "89682e93952608ceb4ac7aa096d6b53e26fc6b93 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4 "
22
+ "sha": "477764cc4ee6db346d3febef2bb1ea0abf27de52 "
23
23
}
24
24
},
25
25
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4 "
29
+ "sha": "477764cc4ee6db346d3febef2bb1ea0abf27de52 "
30
30
}
31
31
}
32
32
],
You can’t perform that action at this time.
0 commit comments