Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit ef7517f

Browse files
chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (#272)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/f3724efe-379e-4b2f-abff-b9dbd891e31f/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@f68649c
1 parent 832848c commit ef7517f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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 \

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-websecurityscanner.git",
7-
"sha": "1960471c3d12f92d298950603b055dc99f4129e5"
7+
"sha": "832848c89485ac645268e88c176de1a6bfe38dbf"
88
}
99
},
1010
{
@@ -35,7 +35,7 @@
3535
"git": {
3636
"name": "synthtool",
3737
"remote": "https://github.com/googleapis/synthtool.git",
38-
"sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
38+
"sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
3939
}
4040
}
4141
],

0 commit comments

Comments
 (0)