chore: removed /ci folder reference from CONTRIBUTING.md

Signed-off-by: Vittorio Camisa <vittorio.camisa@gmail.com>
This commit is contained in:
Vittorio Camisa 2019-09-10 21:27:48 +02:00
parent f8ded52b3d
commit 9bbc09ac40
1 changed files with 8 additions and 9 deletions

View File

@ -118,7 +118,6 @@ silly air-traffic-themed names.
| `/worker` | The `concourse worker` library code for registering with the TSA, periodically reaping containers/volumes, etc. |
| `/cmd` | This is mainly glue code to wire the ATC, TSA, [BaggageClaim](https://github.com/concourse/baggageclaim), and Garden into the single `concourse` CLI. |
| `/topgun` | Another acceptance suite which covers operator-level features and technical aspects of the Concourse runtime. Deploys its own Concourse clusters, runs tests against them, and tears them down. |
| `/ci` | This folder contains all of our Concourse tasks, pipelines, and Docker images for the Concourse project itself. |
### Rebuilding to test your changes