Skip to content

Commit

Permalink
Merge pull request #81 from cloud-gov/register-service-broker-and-set…
Browse files Browse the repository at this point in the history
…-plan-visibility

Fix pipeline for newer register service broker
  • Loading branch information
cweibel authored Oct 23, 2024
2 parents d2a782f + af181ab commit 7d827ea
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 7d827ea

Please sign in to comment.