Skip to content

Commit fb12a91

Browse files
chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (#214)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/f5d39b56-bcb6-4f43-84e3-a1b2880fd1bd/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f68649c
1 parent f8d9092 commit fb12a91

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,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging-logback.git",
7-
"sha": "a1ff00fd8e9ce0329e94a572a3310f886cd198a0"
7+
"sha": "7dfd62ac0dc03385122d867ad97edb06178e9fb6"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
14+
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)