This is an automated email from the ASF dual-hosted git repository.
abaker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 636cb7d Fix script so passing.txt is branch-dependent.
636cb7d is described below
commit 636cb7d1806285134ebab0803a5ff5b68073776f
Author: Sean Goller <sgoller@pivotal.io>
AuthorDate: Fri Jan 5 10:13:30 2018 -0800
Fix script so passing.txt is branch-dependent.
[GEODE-4185]
The endpoint is changed to
http://files.apachegeode-ci.info/<branch>/passing.txt
---
ci/scripts/update-passing-ref.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/scripts/update-passing-ref.sh b/ci/scripts/update-passing-ref.sh
index 05cfa8f..bde31c4 100755
--- a/ci/scripts/update-passing-ref.sh
+++ b/ci/scripts/update-passing-ref.sh
@@ -21,7 +21,7 @@
export BUILDROOT=$(pwd)
REPOSITORY_DIR=$(pwd)/geode
LOCAL_FILE=${BUILDROOT}/results/passing.txt
-DESTINATION_URL=gs://${PUBLIC_BUCKET}/passing.txt
+DESTINATION_URL=gs://${PUBLIC_BUCKET}/${MAINTENANCE_VERSION}/passing.txt
pushd ${REPOSITORY_DIR}
git rev-parse HEAD > ${LOCAL_FILE}
popd
--
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <commits@geode.apache.org>'].
|