Skip to content

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
#315)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/e1618cb3-d96b-427f-9c50-971f9f53c51f/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 6018447 commit b9a45fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-core/.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 java-core/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-core.git",
"sha": "4718b256ecf15f13e1c4c1994c9cfa9dd785878b"
"sha": "970caceabab0499d98c335b9664b5cf95feea91a"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
}
}
],
Expand Down

0 comments on commit b9a45fa

Please sign in to comment.