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 5f302db GEODE-5212: Trying to debug GCP auth failures on Windows
5f302db is described below
commit 5f302db3feba2fa268e79f5d72ff8a32fab64226
Author: Jens Deppe <[email protected]>
AuthorDate: Tue Jul 10 13:25:54 2018 -0700
GEODE-5212: Trying to debug GCP auth failures on Windows
Signed-off-by: Dick Cavender <[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 01aaea9..3444060 100755
--- a/ci/scripts/test-archive.sh
+++ b/ci/scripts/test-archive.sh
@@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-set -e
+set -e -x
export TERM=${TERM:-dumb}
export BUILDROOT=$(pwd)
@@ -89,9 +89,9 @@ echo "TMPDIR = ${TMPDIR}"
echo "GRADLE_TASK = ${GRADLE_TASK}"
echo "BASE_FILENAME = ${BASE_FILENAME}"
+gcloud info
gcloud config set account ${SERVICE_ACCOUNT}
-
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 cc8c88d..cd4aff6 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
+set -e -x
export TERM=${TERM:-dumb}
export BUILDROOT=$(pwd)
@@ -42,6 +42,8 @@ if [ -z ${MAINTENANCE_VERSION+x} ]; then
exit 1
fi
+gcloud info
+
EMAIL_SUBJECT="${BUILDROOT}/built-geode/subject"
EMAIL_BODY="${BUILDROOT}/built-geode/body"