This is an automated email from the ASF dual-hosted git repository.
jensdeppe 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 27887ce GEODE-5212: More PATH updates
27887ce is described below
commit 27887ce5fef8a7b462620750ab12d37367b05bf6
Author: Dick Cavender <[email protected]>
AuthorDate: Mon Jul 9 10:36:00 2018 -0700
GEODE-5212: More PATH updates
Signed-off-by: Jens Deppe <[email protected]>
---
ci/scripts/test-archive.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/scripts/test-archive.sh b/ci/scripts/test-archive.sh
index 4ccfd79..3583912 100755
--- a/ci/scripts/test-archive.sh
+++ b/ci/scripts/test-archive.sh
@@ -36,7 +36,7 @@ fi
UNAME_O=$(uname -o)
# Check for Windows (MINGW64) environment
if [ ${UNAME_O} = "Msys" ]; then
- export PATH="${PATH}:/c/Program Files (x86)/Google/Cloud
SDK/google-cloud-sdk/platform/bundledpython"
+ export PATH="${PATH}:/c/Program Files (x86)/Google/Cloud
SDK/google-cloud-sdk/platform/bundledpython:/c/Program Files (x86)/Google/Cloud
SDK/google-cloud-sdk/platform/gsutil"
fi
GEODE_BUILD_VERSION_FILE=${BUILDROOT}/geode-build-version/number