aboutsummaryrefslogtreecommitdiff
path: root/kokoro/release/python/linux/release.cfg
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2018-09-07 12:32:20 -0700
committerJan Tattermusch <jtattermusch@google.com>2018-09-07 12:32:20 -0700
commit7200550afa99f422b45480005189338f4e0a9d8f (patch)
tree1ed4510b7b24531a2373137fc1c6bbee073cd684 /kokoro/release/python/linux/release.cfg
parent2e7563f40ec7f901ae8ae1cc749d701fa07e211d (diff)
downloadprotobuf-7200550afa99f422b45480005189338f4e0a9d8f.tar.gz
protobuf-7200550afa99f422b45480005189338f4e0a9d8f.tar.bz2
protobuf-7200550afa99f422b45480005189338f4e0a9d8f.zip
upport kokoro/release/python from 3.6.x branch
Diffstat (limited to 'kokoro/release/python/linux/release.cfg')
-rw-r--r--kokoro/release/python/linux/release.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/kokoro/release/python/linux/release.cfg b/kokoro/release/python/linux/release.cfg
new file mode 100644
index 00000000..b31b3f11
--- /dev/null
+++ b/kokoro/release/python/linux/release.cfg
@@ -0,0 +1,8 @@
+# Configuration for Linux release builds
+build_file: "protobuf/kokoro/release/python/linux/build_artifacts.sh"
+
+action {
+ define_artifacts {
+ regex: "github/protobuf/artifacts/**"
+ }
+}