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
googleapis#289)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/e06937f2-78c8-49dd-ba03-09bc922551ca/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 7acc820 commit 28a7900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-resourcemanager/.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-resourcemanager/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-resourcemanager.git",
"sha": "e13dd707347ab38ca998c8148a4ee9b46c7cb5ee"
"sha": "d0df733670db2d5a56cf5960bfde90a519d05e52"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
}
}
],
Expand Down

0 comments on commit 28a7900

Please sign in to comment.