Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit b3495ed

Browse files
chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (#335)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/5893004d-fa83-442b-abe3-609b1bb3357f/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f68649c
1 parent 14ae277 commit b3495ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ samples)
7878

7979
if [[ -f ${SAMPLES_DIR}/pom.xml ]]
8080
then
81-
pushd {SAMPLES_DIR}
81+
pushd ${SAMPLES_DIR}
8282
mvn -B \
8383
-Penable-samples \
8484
-DtrimStackTrace=false \

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "bec0e72c3e0dcac21e17d350a482240ee74cc5e6"
7+
"sha": "14ae27736ffa7e8b6bc8966a106aed864b353f3a"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
30+
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)