提交 0ef8b8b3 编写于 作者: J Jacob Frank and Ryan Tang 提交者: Jacob Frank and Ryan Tang

Add stub GPDB Concourse pipeline.

- This is a placeholder Concourse CI pipeline and task. See concourse.ci
  for details on the Concourse system.
上级 62313cd8
......@@ -74,6 +74,11 @@ throughout the codebase, but a few larger additions worth noting:
manual is distributed separately (see http://gpdb.docs.pivotal.io),
and only the reference pages used to build man pages are here.
* __ci/__
Contains configuration files for the GPDB continuous integration system.
* __src/backend/cdb/__
Contains larger Greenplum-specific backend modules. For example,
......
---
jobs:
- name: placeholder-job
plan:
- task: placeholder-task
config:
platform: linux
image_resource:
type: docker-image
source:
repository: ubuntu
tag: '14.04'
run:
path: echo
args: ["This is the gpdb-5.0 stub pipeline"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册