This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.15 by this push:
new 008443b738 PR pipeline is per branch now
008443b738 is described below
commit 008443b738315309b594127df04f823f6b60df0b
Author: Owen Nichols <[email protected]>
AuthorDate: Mon May 9 00:39:29 2022 -0700
PR pipeline is per branch now
---
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 5befc2a290..23b6009161 100755
--- a/ci/pipelines/meta/deploy_meta.sh
+++ b/ci/pipelines/meta/deploy_meta.sh
@@ -300,9 +300,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