Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (
Browse files Browse the repository at this point in the history
#328)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/a848448a-e283-40af-a57f-b4c7cf3416c3/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@f68649c
  • Loading branch information
yoshi-automation authored Oct 27, 2020
1 parent 422032a commit 4888010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ samples)

if [[ -f ${SAMPLES_DIR}/pom.xml ]]
then
pushd {SAMPLES_DIR}
pushd ${SAMPLES_DIR}
mvn -B \
-Penable-samples \
-DtrimStackTrace=false \
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-translate.git",
"sha": "9009ab001704e6a932b551a8a4d43760a2d12898"
"sha": "422032a0d07cb04d49f717edde8576fb3e131c27"
}
},
{
Expand All @@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
}
}
],
Expand Down

0 comments on commit 4888010

Please sign in to comment.