Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit f994e46

Browse files
chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (#70)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/83d9f059-226e-467e-a952-50f107c5499d/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f68649c
1 parent 6cdec86 commit f994e46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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-analytics-data.git",
7-
"sha": "2c45e0e2980751f33a3693f5620a42f8514d1c39"
7+
"sha": "6cdec86709e3f48892e501c72aea3c99efc77aef"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
22+
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)