Skip to content

Commit fc2a7e3

Browse files
chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (#268)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/5893004d-fa83-442b-abe3-609b1bb3357f/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f68649c
1 parent ef65069 commit fc2a7e3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

java-storage-nio/.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 \

java-storage-nio/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-storage-nio.git",
7-
"sha": "bea58feae8355b328e52fff30e1a2b17a42b6adc"
7+
"sha": "5c0c9d7a05beb156218afcf27bed674666d04ead"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
14+
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)