blob: d67af4694a268efbb5c00e6d2e7b6ef7b90affb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
build_file: "repo/scripts/build.sh"
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73898
keyname: "kokoro-repo-key"
}
}
}
env_vars {
key: "KOKORO_REPO_KEY"
value: "$KOKORO_ROOT/src/keystore/73898_kokoro-repo-key"
}
action {
define_artifacts {
regex: "**/runsc"
regex: "**/runsc.sha256"
regex: "**/repo/**"
}
}
|