Skip to content

Commit 09411c8

Browse files
dmitriplotnikovcopybara-github
authored andcommitted
Rewrote the Windows presubmit script from .ps1 to .bat to fix execution issues on Kokoro Windows executors where .ps1 files could not be executed directly. Updated the build config to point to the new batch file.
PiperOrigin-RevId: 915618695
1 parent a28cb01 commit 09411c8

2 files changed

Lines changed: 1 addition & 50 deletions

File tree

release/kokoro/build_windows.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# proto-file: //devtools/kokoro/config/proto/build.proto
22
# proto-message: BuildConfig
33

4-
build_file: "cel-python/release/kokoro/presubmit_windows.ps1"
4+
build_file: "cel-python/release/kokoro/presubmit_windows.bat"
55
timeout_mins: 30
66

77
container_properties {

release/kokoro/presubmit_windows.ps1

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)