forked from cloudfoundry/cf-deployment-concourse-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
task.yml
39 lines (32 loc) · 1.14 KB
/
task.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
platform: linux
image_resource:
type: registry-image
source:
repository: cloudfoundry/cf-deployment-concourse-tasks
tag: latest
inputs:
- name: cf-deployment-concourse-tasks # - This repo
- name: bbl-state # - The repo containing the Director's bbl state dir
optional: true
- name: toolsmiths-env # - Directory containing Toolsmiths metadata file
optional: true
run:
path: cf-deployment-concourse-tasks/set-feature-flags/task
params:
SYSTEM_DOMAIN:
# - Required unless toolsmiths-env optional input is provided
# - CF system base domain e.g. `my-cf.com`
BBL_STATE_DIR: bbl-state
# - Optional
# - Path to the directory containing the `bbl-state.json` file
# - The path is relative to the `bbl-state` input
# - If blank or '.', uses `bbl-state` input as the location for bbl state
# - If the specified path does not exist, it will be created
# - This input and parameter will be ignored if toolsmiths-env is provided
ENABLED_FEATURE_FLAGS:
# - Optional
# - Space seperated list of feature flag names to enable
DISABLED_FEATURE_FLAGS:
# - Optional
# - Space seperated list of feature flag names to disable