You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/12/18 01:44:08 UTC

[geode] branch release/1.11.0 updated: add missing variables

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch release/1.11.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.11.0 by this push:
     new e606e36  add missing variables
e606e36 is described below

commit e606e369513684a920178111de545d373ff6fa95
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Tue Dec 17 17:43:37 2019 -0800

    add missing variables
---
 ci/pipelines/meta/deploy_meta.sh     | 1 +
 ci/pipelines/meta/jinja.template.yml | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/ci/pipelines/meta/deploy_meta.sh b/ci/pipelines/meta/deploy_meta.sh
index dee7f84..b61271d 100755
--- a/ci/pipelines/meta/deploy_meta.sh
+++ b/ci/pipelines/meta/deploy_meta.sh
@@ -116,6 +116,7 @@ YML
     --config ${SCRIPTDIR}/generated-pipeline.yml \
     --var artifact-bucket=${ARTIFACT_BUCKET} \
     --var concourse-team=${CONCOURSE_TEAM} \
+    --var concourse-host=${CONCOURSE_HOST} \
     --var concourse-url=${CONCOURSE_URL} \
     --var gcp-project=${GCP_PROJECT} \
     --var geode-build-branch=${GEODE_BRANCH} \
diff --git a/ci/pipelines/meta/jinja.template.yml b/ci/pipelines/meta/jinja.template.yml
index 95c15f8..a5495b3 100644
--- a/ci/pipelines/meta/jinja.template.yml
+++ b/ci/pipelines/meta/jinja.template.yml
@@ -303,6 +303,8 @@ jobs:
         GCP_PROJECT: ((gcp-project))
         PUBLIC_PIPELINES: ((public-pipelines))
         CONCOURSE_URL: ((concourse-url))
+        CONCOURSE_HOST: ((!concourse-host))
+        CONCOURSE_TEAM: ((!concourse-team))
       run:
         path: geode-metrics-pipeline/ci/pipelines/metrics/deploy_metrics_pipeline.sh
   - put: concourse