There was an error while loading. Please reload this page.
1 parent ab68096 commit bb854b6Copy full SHA for bb854b6
synthtool/gcp/templates/java_library/.kokoro/build.sh
@@ -79,6 +79,11 @@ samples)
79
80
if [[ -f ${SAMPLES_DIR}/pom.xml ]]
81
then
82
+ for FILE in ${KOKORO_GFILE_DIR}/secret_manager/*-samples-secrets; do
83
+ [[ -f "$FILE" ]] || continue
84
+ source "$FILE"
85
+ done
86
+
87
pushd ${SAMPLES_DIR}
88
mvn -B \
89
-Penable-samples \
0 commit comments