Skip to content

Commit 6410101

Browse files
chore(java): detect sample-secrets in build.sh (googleapis#414)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/a763fd2f-97fc-47b9-8fd9-6836f6295138/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@bb854b6
1 parent 6dde130 commit 6410101

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

java-resourcemanager/.kokoro/build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ samples)
7979

8080
if [[ -f ${SAMPLES_DIR}/pom.xml ]]
8181
then
82+
for FILE in ${KOKORO_GFILE_DIR}/secret_manager/*-samples-secrets; do
83+
[[ -f "$FILE" ]] || continue
84+
source "$FILE"
85+
done
86+
8287
pushd ${SAMPLES_DIR}
8388
mvn -B \
8489
-Penable-samples \

java-resourcemanager/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-resourcemanager.git",
7-
"sha": "772860e73f71cd69ed88c4b7c4e1173c6b3a5457"
7+
"sha": "069170b6f8ed65674303777fe5348cbe199c95a4"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
14+
"sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)