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

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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 7386c226cc PR pipeline is per branch now
7386c226cc is described below

commit 7386c226cc6e644eda917469b37c315589b9f4bc
Author: Owen Nichols <onich...@apache.org>
AuthorDate: Mon May 9 00:39:29 2022 -0700

    PR pipeline is per branch now
    
    (cherry picked from commit 008443b738315309b594127df04f823f6b60df0b)
---
 ci/pipelines/meta/deploy_meta.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/pipelines/meta/deploy_meta.sh b/ci/pipelines/meta/deploy_meta.sh
index 9db95134ed..bda9ddc3c5 100755
--- a/ci/pipelines/meta/deploy_meta.sh
+++ b/ci/pipelines/meta/deploy_meta.sh
@@ -301,9 +301,9 @@ if [[ "$GEODE_FORK" == "${UPSTREAM_FORK}" ]]; then
   if [[ "${PUBLIC}" == "true" ]]; then
     exposePipelines ${PIPELINE_PREFIX}main ${PIPELINE_PREFIX}images
     enableFeature examples
+    enableFeature pr
   fi
   if [[ "$GEODE_BRANCH" == "develop" ]]; then
-    enableFeature pr
     enableFeature mass-test-run
   fi
 fi

Reply via email to