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

smgoller 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 9f149c3  Add concourse-team variable to deploy_meta.sh to temp fix an 
issue.
9f149c3 is described below

commit 9f149c3d95fb4073e709f06c611448e942fab1d7
Author: Sean Goller <[email protected]>
AuthorDate: Thu Sep 20 11:44:33 2018 -0700

    Add concourse-team variable to deploy_meta.sh to temp fix an issue.
    
    Co-authored-by: Robert Houghton <[email protected]>
    Co-authored-by: Jacob Barrett <[email protected]>
---
 ci/pipelines/meta/deploy_meta.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/pipelines/meta/deploy_meta.sh b/ci/pipelines/meta/deploy_meta.sh
index f2f2178..ee7fd93 100755
--- a/ci/pipelines/meta/deploy_meta.sh
+++ b/ci/pipelines/meta/deploy_meta.sh
@@ -66,6 +66,7 @@ pushd ${SCRIPTDIR} 2>&1 > /dev/null
     --var sanitized-geode-fork=${SANITIZED_GEODE_FORK} \
     --var geode-fork=${GEODE_FORK} \
     --var pipeline-prefix=${PIPELINE_PREFIX} \
+    --var concourse-team=main \
     --yaml-var public-pipelines=${PUBLIC} 2>&1 |tee flyOutput.log
 
 popd 2>&1 > /dev/null

Reply via email to