Skip to content

Commit

Permalink
Hard code the path the the bash we want to use. (#2400)
Browse files Browse the repository at this point in the history
The jobs seem to do some set up starting with cygwin that ignore the PATH.
  • Loading branch information
iantalarico committed Aug 2, 2018
1 parent a1acf95 commit 18aeede
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .kokoro/build.bat
@@ -1,4 +1,4 @@
:: See documentation in type-shell-output.bat

cd /d %~dp0
bash build.sh
"C:\Program Files\Git\bin\bash.exe" build.sh
2 changes: 1 addition & 1 deletion .kokoro/builddocs.bat
@@ -1,4 +1,4 @@
:: See documentation in type-shell-output.bat

cd /d %~dp0
bash builddocs.sh
"C:\Program Files\Git\bin\bash.exe" builddocs.sh
2 changes: 1 addition & 1 deletion .kokoro/cleantestdata.bat
@@ -1,4 +1,4 @@
:: See documentation in type-shell-output.bat

cd /d %~dp0
bash cleantestdata.sh
"C:\Program Files\Git\bin\bash.exe" cleantestdata.sh
2 changes: 1 addition & 1 deletion .kokoro/release.bat
@@ -1,4 +1,4 @@
:: See documentation in type-shell-output.bat

cd /d %~dp0
bash release.sh
"C:\Program Files\Git\bin\bash.exe" release.sh
2 changes: 1 addition & 1 deletion .kokoro/runintegrationtests.bat
@@ -1,4 +1,4 @@
:: See documentation in type-shell-output.bat

cd /d %~dp0
bash runintegrationtests.sh
"C:\Program Files\Git\bin\bash.exe" runintegrationtests.sh

0 comments on commit 18aeede

Please sign in to comment.