You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mm...@apache.org on 2021/02/26 16:44:46 UTC

[geode-native] branch develop updated: Make check-source and update-pipeline jobs public

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

mmartell pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3044031  Make check-source and update-pipeline jobs public
3044031 is described below

commit 3044031edaad232342f95d94de41fbfe1411b607
Author: Mike Martell <mm...@pivotal.io>
AuthorDate: Fri Feb 26 08:44:30 2021 -0800

    Make check-source and update-pipeline jobs public
---
 ci/lib/templates.lib.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/lib/templates.lib.yml b/ci/lib/templates.lib.yml
index 8ffa045..308d571 100644
--- a/ci/lib/templates.lib.yml
+++ b/ci/lib/templates.lib.yml
@@ -236,6 +236,7 @@ plan:
 ---
 #@ def update_pipeline_job():
 name: #@ update_pipeline_job_name()
+public: true
 serial: true
 plan:
   - in_parallel:
@@ -394,6 +395,7 @@ in_parallel:
 ---
 #@ def check_source_job():
 name: #@ check_source_job_name()
+public: true
 plan:
   - in_parallel:
       fail_fast: true