1# Format: //devtools/kokoro/config/proto/build.proto 2 3# Download trampoline resources. These will be in ${KOKORO_GFILE_DIR} 4gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 5 6# All builds use the trampoline script to run in docker. 7build_file: "google-auth-library-java/.kokoro/trampoline.sh" 8 9# Tell the trampoline which build file to use. 10env_vars: { 11 key: "TRAMPOLINE_BUILD_FILE" 12 value: "github/google-auth-library-java/.kokoro/build.sh" 13} 14