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 dc296bc  GEODE-5212: Debug why archive uploads are not working
dc296bc is described below

commit dc296bc4dd4bfdc215e8d7837c80bcb479a25761
Author: Dick Cavender <[email protected]>
AuthorDate: Mon Jul 9 13:50:21 2018 -0700

    GEODE-5212: Debug why archive uploads are not working
    
    Signed-off-by: Jens Deppe <[email protected]>
---
 ci/scripts/test-archive.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/scripts/test-archive.sh b/ci/scripts/test-archive.sh
index 3583912..01aaea9 100755
--- a/ci/scripts/test-archive.sh
+++ b/ci/scripts/test-archive.sh
@@ -39,6 +39,8 @@ if [ ${UNAME_O} = "Msys" ]; then
   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
 
+env | sort
+
 GEODE_BUILD_VERSION_FILE=${BUILDROOT}/geode-build-version/number
 
 if [ ! -e "${GEODE_BUILD_VERSION_FILE}" ] && [ -z "${GEODE_PULL_REQUEST_ID}" 
]; then

Reply via email to