Skip to content
This repository has been archived by the owner on Sep 16, 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
#418)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/7aa2f90f-1d7a-4729-ac83-9dce7391331d/targets

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

Source-Link: googleapis/synthtool@f68649c
  • Loading branch information
yoshi-automation committed Oct 27, 2020
1 parent a02680f commit 9c79d88
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
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
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-asset.git",
"sha": "34c309c04f80aaff630a32eaf2f6a31fe7f04c11"
"sha": "a02680f3c88cb6aa6fd2bd84a54f1f57b7b69058"
}
},
{
Expand Down Expand Up @@ -59,7 +59,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
}
}
],
Expand Down

0 comments on commit 9c79d88

Please sign in to comment.