Skip to content

Instantly share code, notes, and snippets.

@Anthonyhawkins
Created June 8, 2021 17:53
Show Gist options
  • Save Anthonyhawkins/742d20f4217c81be187cc4999ee7903e to your computer and use it in GitHub Desktop.
Save Anthonyhawkins/742d20f4217c81be187cc4999ee7903e to your computer and use it in GitHub Desktop.
jobs:
- name: create-orgs
plan:
...
- task: create-orgs
image: cf-mgmt
config:
...
params:
...
CF_MGMT_COMMAND: create-orgs
run:
path: config-repo/ci/tasks/cf-mgmt.sh
- name: shared-domains
plan:
...
- task: shared-domains
image: cf-mgmt
config:
...
params:
...
CF_MGMT_COMMAND: shared-domains
run:
path: config-repo/ci/tasks/cf-mgmt.sh
- name: create-security-groups
plan:
...
- task: create-security-groups
image: cf-mgmt
config:
...
params:
...
CF_MGMT_COMMAND: create-security-groups
run:
path: config-repo/ci/tasks/cf-mgmt.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment