23 lines
663 B
INI
Executable File
23 lines
663 B
INI
Executable File
# Format: //devtools/kokoro/config/proto/build.proto
|
|
|
|
# Download trampoline resources. These will be in ${KOKORO_GFILE_DIR}
|
|
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
|
|
|
|
# All builds use the trampoline script to run in docker.
|
|
build_file: "google-auth-library-ruby/.kokoro/trampoline.sh"
|
|
|
|
# Download secrets from Cloud Storage.
|
|
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-auth-library-ruby"
|
|
|
|
# Tell the trampoline which build file to use.
|
|
env_vars: {
|
|
key: "TRAMPOLINE_BUILD_FILE"
|
|
value: "github/google-auth-library-ruby/.kokoro/build.sh"
|
|
}
|
|
|
|
action {
|
|
define_artifacts {
|
|
regex: "**/*sponge_log.xml"
|
|
}
|
|
}
|