From 7ff9c06e35383e542d74d9166d9ae7ca560e0fde Mon Sep 17 00:00:00 2001 From: Ning Wu Date: Mon, 2 Nov 2020 11:53:31 +0800 Subject: [PATCH] Update greenplum-database-release default repo to main The repo https://github.com/greenplum-db/greenplum-database-release has been changed default repo from master to main. This is to sync up this change Co-authored-by: Ning Wu Co-authored-by: Shaoqi Bai --- concourse/pipelines/gpdb_master-generated.yml | 4 ++-- concourse/pipelines/templates/gpdb-tpl.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/concourse/pipelines/gpdb_master-generated.yml b/concourse/pipelines/gpdb_master-generated.yml index 165602bda4..2837b71ccb 100644 --- a/concourse/pipelines/gpdb_master-generated.yml +++ b/concourse/pipelines/gpdb_master-generated.yml @@ -12,7 +12,7 @@ ## file (example: templates/gpdb-tpl.yml) and regenerate the pipeline ## using appropriate tool (example: gen_pipeline.py -t prod). ## ---------------------------------------------------------------------- -## Generated by gen_pipeline.py at: 2020-10-01 13:46:54.654673 +## Generated by gen_pipeline.py at: 2020-11-02 11:53:06.131787 ## Template file: gpdb-tpl.yml ## OS Types: ['centos6', 'centos7', 'ubuntu18.04', 'win'] ## Test Sections: ['ICW', 'Replication', 'ResourceGroups', 'Interconnect', 'CLI', 'UD', 'Extensions'] @@ -517,7 +517,7 @@ resources: type: git icon: git source: - branch: master + branch: main uri: https://github.com/greenplum-db/greenplum-database-release.git - name: license_file diff --git a/concourse/pipelines/templates/gpdb-tpl.yml b/concourse/pipelines/templates/gpdb-tpl.yml index 38d0086fa5..1de263c166 100644 --- a/concourse/pipelines/templates/gpdb-tpl.yml +++ b/concourse/pipelines/templates/gpdb-tpl.yml @@ -585,7 +585,7 @@ resources: type: git icon: git source: - branch: master + branch: main uri: https://github.com/greenplum-db/greenplum-database-release.git - name: license_file -- GitLab