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)
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 \
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-pubsub.git",
7- "sha": "21886d39cdc2a33275c2061578c877b0fa6aee98 "
7+ "sha": "116396f587e2a84cb89c684b7f2c6708237dfaf2 "
88 }
99 },
1010 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "0b064d767537e0675fc053e53fca473c5c701fb8 "
22+ "sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef "
2323 }
2424 }
2525 ],
You can’t perform that action at this time.
0 commit comments