Add several fixes for python toolchain (#5667)
* Add several fixes for python toolchain * Fix versin regex * Make script exit on error * Fix version regex * Fix version regex * Fix version regex * Fix version regex * Make test run on the current commit * Fix test * Fix test * Use git to retrieve current commit * Fix tests * Fix tests * Also make linux and mac work on the current commit * Fix testpull/5683/head
parent
15fc6401b6
commit
5b4ac53c97
9 changed files with 78 additions and 35 deletions
@ -0,0 +1,8 @@ |
||||
# Configuration for Windows protoc release builds |
||||
build_file: "protobuf/kokoro/release/python/windows/build_artifacts.bat" |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "github/protobuf/artifacts/**" |
||||
} |
||||
} |
@ -0,0 +1,8 @@ |
||||
# Configuration for Windows protoc release builds |
||||
build_file: "protobuf/kokoro/release/python/windows/build_artifacts.bat" |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "github/protobuf/artifacts/**" |
||||
} |
||||
} |
Loading…
Reference in new issue