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

Commit 00d9def

Browse files
chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (#63)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/30f4af51-7374-4b10-8f61-f22366fa0725/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f68649c
1 parent 3ee76ec commit 00d9def

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-functions.git",
7-
"sha": "8d14911e303837970b3bcbbd3c78c3f0c2556f14"
7+
"sha": "3ee76ec67b72d5b4e9e4878d58e6a55f4ae86817"
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)