github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+incompatible/ci/infrastructure/tasks/cf-smoke-tests.yml (about) 1 --- 2 platform: linux 3 4 image_resource: 5 type: docker-image 6 source: 7 repository: relintdockerhubpushbot/cf-deployment-concourse-tasks 8 tag: v3.13.0 9 10 inputs: 11 - name: env-repo # - The Director's `bbl-state.json` 12 - name: cf-deployment-concourse-tasks # - councourse helpers repo 13 - name: cli-infrastructure-tasks # - This repo 14 15 16 run: 17 path: cli-infrastructure-tasks/ci/infrastructure/tasks/cf-smoke-tests 18 19 params: 20 BBL_STATE_DIR: 21 # - Optional 22 # - Path to the directory containing the `bbl-state.json` file 23 # - The path is relative to root of the `env-repo` input 24 # - Defaults to the root of the `env-repo` input