This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new 1e58fdea88 PR pipeline is per branch now
1e58fdea88 is described below
commit 1e58fdea88e3ae6c671171f8195489a1ee65d454
Author: Owen Nichols <[email protected]>
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, 2 deletions(-)
diff --git a/ci/pipelines/meta/deploy_meta.sh b/ci/pipelines/meta/deploy_meta.sh
index b5841b23c6..111de6de4b 100755
--- a/ci/pipelines/meta/deploy_meta.sh
+++ b/ci/pipelines/meta/deploy_meta.sh
@@ -300,8 +300,6 @@ if [[ "$GEODE_FORK" == "${UPSTREAM_FORK}" ]]; then
exposePipelines ${PIPELINE_PREFIX}main ${PIPELINE_PREFIX}images
if [[ "${PUBLIC}" == "true" ]]; then
enableFeature examples
- fi
- if [[ "$GEODE_BRANCH" == "develop" ]]; then
enableFeature pr
fi
fi