This is an automated email from the ASF dual-hosted git repository.

sai_boorlagadda pushed a commit to branch feature/GEODE-5212
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-5212 by this 
push:
     new f81424d  Use vcap gitbash
f81424d is described below

commit f81424d46e48ef3bf823c9627a5d014048607f18
Author: Sai Boorlagadda <[email protected]>
AuthorDate: Fri Jul 13 16:27:52 2018 -0700

    Use vcap gitbash
---
 ci/pipelines/geode-build/win.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/pipelines/geode-build/win.yml b/ci/pipelines/geode-build/win.yml
index 7766515..0e5e649 100644
--- a/ci/pipelines/geode-build/win.yml
+++ b/ci/pipelines/geode-build/win.yml
@@ -91,7 +91,7 @@ jobs:
           DOCKER_LOCATION: 
"C:\\Progra~1\\Docker\\Docker\\resources\\bin\\docker.exe"
         platform: windows
         run:
-          path: c:\Progra~1\git\bin\bash.exe
+          path: bash
           args:
             - geode-ci/ci/scripts/test-run.sh
             #- :geode-assembly:acceptanceTest :geode-connectors:acceptanceTest
@@ -114,7 +114,7 @@ jobs:
               JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
             platform: windows
             run:
-              path: c:\Progra~1\git\bin\bash.exe
+              path: bash
               args:
               - geode-ci/ci/scripts/test-archive.sh
               - :geode-assembly:acceptanceTest
@@ -161,7 +161,7 @@ jobs:
           JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
         platform: windows
         run:
-          path: c:\Progra~1\git\bin\bash.exe
+          path: bash
           args:
             - geode-ci/ci/scripts/test-run.sh
             - integrationTest
@@ -183,7 +183,7 @@ jobs:
               JAVA_HOME: "C:\\progra~1\\java\\jdk1.8.0_172"
             platform: windows
             run:
-              path: c:\Progra~1\git\bin\bash.exe
+              path: bash
               args:
                 - geode-ci/ci/scripts/test-archive.sh
                 - integrationTest

Reply via email to