File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,11 @@ samples)
79
79
80
80
if [[ -f ${SAMPLES_DIR} /pom.xml ]]
81
81
then
82
+ for FILE in ${KOKORO_GFILE_DIR} /secret_manager/* -samples-secrets; do
83
+ [[ -f " $FILE " ]] || continue
84
+ source " $FILE "
85
+ done
86
+
82
87
pushd ${SAMPLES_DIR}
83
88
mvn -B \
84
89
-Penable-samples \
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-workflows.git",
7
- "sha": "68b345fd4fd74a977281376f6bb6abde1e803db3 "
7
+ "sha": "da452b274a80ed3396d95c3396dae8375ceabaf8 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "0b064d767537e0675fc053e53fca473c5c701fb8 "
22
+ "sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments