Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pipeline for newer register service broker #81

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
BROKER_PASSWORD: ((broker-password-staging))
EMAIL_ADDRESS: ((email-address-staging))
- task: update-broker
file: pipeline-tasks/register-service-broker.yml
file: pipeline-tasks/register-service-broker-and-set-plan-visibility.yml
params:
CF_API_URL: ((cf-api-url-staging))
CF_USERNAME: ((cf-deploy-username-staging))
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
BROKER_PASSWORD: ((broker-password-production))
EMAIL_ADDRESS: ((email-address-production))
- task: update-broker-identity-provider
file: pipeline-tasks/register-service-broker.yml
file: pipeline-tasks/register-service-broker-and-set-plan-visibility.yml
params:
CF_API_URL: ((cf-api-url-production))
CF_USERNAME: ((cf-deploy-username-production))
Expand All @@ -150,7 +150,7 @@ jobs:
AUTH_PASS: ((broker-password-production))
SERVICES: cloud-gov-identity-provider
- task: update-broker-service-account
file: pipeline-tasks/register-service-broker.yml
file: pipeline-tasks/register-service-broker-and-set-plan-visibility.yml
params:
CF_API_URL: ((cf-api-url-production))
CF_USERNAME: ((cf-deploy-username-production))
Expand All @@ -161,7 +161,7 @@ jobs:
AUTH_USER: ((broker-username-production))
AUTH_PASS: ((broker-password-production))
SERVICES: cloud-gov-service-account
SERVICE_ORGANIZATION_BLACKLIST: ((service-account-blacklist))
SERVICE_ORGANIZATION_DENYLIST: ((service-account-blacklist))
on_failure:
put: slack
params:
Expand Down