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

Commit 87e2a1a

Browse files
chore(java): detect sample-secrets in build.sh (#415)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/536f217f-b7dc-42f1-aab8-6857916f6f41/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@bb854b6
1 parent 7789083 commit 87e2a1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.kokoro/build.sh

Lines changed: 5 additions & 0 deletions
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 \

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-language.git",
7-
"sha": "abf810f0e7fd9e9c039a48358f93dba4b836e872"
7+
"sha": "778908347dadeab10d4e0e3d6c92311f74f77b8a"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
30+
"sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)