Skip to content

Commit

Permalink
chore: Test with Mike's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Sep 20, 2022
1 parent 7d7b82d commit f9bee83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ case ${JOB_TYPE} in
source "${FILE}"
done

if [ -f "${KOKORO_GFILE_DIR}/secret_manager/ucaip_samples_secrets" ]
then
source "${KOKORO_GFILE_DIR}/secret_manager/ucaip_samples_secrets"
fi

if [ -f "${KOKORO_GFILE_DIR}/secret_manager/java-aiplatform-samples-secrets" ]
then
source "${KOKORO_GFILE_DIR}/secret_manager/java-aiplatform-samples-secrets"
fi

modules=$(mvn help:evaluate -Dexpression=project.modules | grep '<.*>.*</.*>' | sed -e 's/<.*>\(.*\)<\/.*>/\1/g')
for module in $modules; do
if [[ ! "${excluded_modules[*]}" =~ $module ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/samples.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ env_vars: {

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-docs-samples-service-account,ucaip_samples_secrets,java-aiplatform-samples-secrets"
value: "java-docs-samples-service-account"
}

0 comments on commit f9bee83

Please sign in to comment.