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-bigtable.git",
7
- "sha": "63c67ea0d780d37db5b5fda93a28f574a8b48009 "
7
+ "sha": "e350fe34b7e825293e71e56da20dd88ae06d9155 "
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