This repository was archived by the owner on Oct 2, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+7
-2
lines changed Expand file treeCollapse file tree2 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://.com/googleapis/java-kms.git",
|
7 |
| -"sha": "dd4c095e7d4f15ddf5730b8d6b4064fdcb897216" |
| 7 | +"sha": "9ddba75e17c2a9b056ec6df61cba1c944d782da0" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
|
19 | 19 | "git": {
|
20 | 20 | "name": "synthtool",
|
21 | 21 | "remote": "https://.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