Commit e79dcc4 1 parent 7e3b00e commit e79dcc4 Copy full SHA for e79dcc4
File tree 2 files changed +7
-2
lines changed
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-cloud-bom.git",
7
- "sha": "ef78a60a836ee007d363083b7cf3beacbe88b395 "
7
+ "sha": "7e3b00e1ca618c85859be8304fcdb503964ceab9 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0 "
14
+ "sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef "
15
15
}
16
16
}
17
17
],
You can’t perform that action at this time.
0 commit comments