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 6d738f9 GEODE-5212: Trying to debug GCP auth failures on Windows
6d738f9 is described below
commit 6d738f9ebf637865b2ef057362db533f47fb4a30
Author: Dick Cavender <[email protected]>
AuthorDate: Tue Jul 10 13:33:38 2018 -0700
GEODE-5212: Trying to debug GCP auth failures on Windows
Signed-off-by: Jens Deppe <[email protected]>
---
ci/scripts/test-archive.sh | 4 ++++
ci/scripts/test-run.sh | 4 +---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ci/scripts/test-archive.sh b/ci/scripts/test-archive.sh
index 3444060..ff0ef39 100755
--- a/ci/scripts/test-archive.sh
+++ b/ci/scripts/test-archive.sh
@@ -89,9 +89,13 @@ echo "TMPDIR = ${TMPDIR}"
echo "GRADLE_TASK = ${GRADLE_TASK}"
echo "BASE_FILENAME = ${BASE_FILENAME}"
+set +e
gcloud info
gcloud config set account ${SERVICE_ACCOUNT}
+gsutil ls gs://files.apachegeode-ci.info/
+set -e
+
export FILENAME=${BASE_FILENAME}-${FULL_PRODUCT_VERSION}.tgz
pushd ${GEODE_BUILD}
diff --git a/ci/scripts/test-run.sh b/ci/scripts/test-run.sh
index cd4aff6..cc8c88d 100755
--- a/ci/scripts/test-run.sh
+++ b/ci/scripts/test-run.sh
@@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-set -e -x
+set -e
export TERM=${TERM:-dumb}
export BUILDROOT=$(pwd)
@@ -42,8 +42,6 @@ if [ -z ${MAINTENANCE_VERSION+x} ]; then
exit 1
fi
-gcloud info
-
EMAIL_SUBJECT="${BUILDROOT}/built-geode/subject"
EMAIL_BODY="${BUILDROOT}/built-geode/body"