Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore(java): detect sample-secrets in build.sh (#288)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/a763fd2f-97fc-47b9-8fd9-6836f6295138/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

Source-Link: googleapis/synthtool@bb854b6
  • Loading branch information
yoshi-automation committed Mar 24, 2021
1 parent 7a382cc commit 45da3f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .kokoro/build.sh
Expand Up @@ -79,6 +79,11 @@ samples)

if [[ -f ${SAMPLES_DIR}/pom.xml ]]
then
for FILE in ${KOKORO_GFILE_DIR}/secret_manager/*-samples-secrets; do
[[ -f "$FILE" ]] || continue
source "$FILE"
done

pushd ${SAMPLES_DIR}
mvn -B \
-Penable-samples \
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-recommendations-ai.git",
"sha": "58547d9d00210127a824aff5ea8bbd7b6c95de43"
"sha": "7a382cc1d27b1f8647d274f0cf8c7fc8e1fddb6a"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
"sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
}
}
],
Expand Down

0 comments on commit 45da3f0

Please sign in to comment.