This is an automated email from the ASF dual-hosted git repository.
rhoughton 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 a32d859 GEODE-6460: Restore dropped Jinja variable.
a32d859 is described below
commit a32d859177402aead65a4c841b627594a383c149
Author: Patrick Rhomberg <[email protected]>
AuthorDate: Mon Mar 11 10:08:40 2019 -0700
GEODE-6460: Restore dropped Jinja variable.
---
ci/pipelines/geode-build/deploy_pipeline.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/ci/pipelines/geode-build/deploy_pipeline.sh
b/ci/pipelines/geode-build/deploy_pipeline.sh
index 7e74ad9..e93b774 100755
--- a/ci/pipelines/geode-build/deploy_pipeline.sh
+++ b/ci/pipelines/geode-build/deploy_pipeline.sh
@@ -63,6 +63,7 @@ repository:
branch: ${GEODE_BRANCH}
upstream_fork: ${UPSTREAM_FORK}
public: ${REPOSITORY_PUBLIC}
+ sanitized_fork: ${SANITIZED_GEODE_FORK}
YML
python3 ../render.py jinja.template.yml --variable-file
../shared/jinja.variables.yml repository.yml --environment ../shared/ --output
${SCRIPTDIR}/generated-pipeline.yml || exit 1