Skip to content

Commit

Permalink
change org to cloudfoundry
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrizwanshaik committed Mar 28, 2023
1 parent 036e777 commit db7b011
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/pipeline-haproxy-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
REPO_OUT: pushme
NOTIFICATION_OUT: notifications
BRANCH: maintenance
GITHUB_OWNER: b1tamara
GITHUB_OWNER: cloudfoundry

GCP_SERVICE_KEY: ((gcp.service_key))

Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
params:
REPO_ROOT: git-previous-release
PR_BASE: maintenance
PR_ORG: b1tamara
PR_ORG: cloudfoundry
PR_LABEL: run-ci

GCP_SERVICE_KEY: ((gcp.service_key))
Expand Down Expand Up @@ -461,15 +461,15 @@ resources:
- name: git-previous-release
type: git
source:
uri: git@github.com:b1tamara/haproxy-boshrelease.git
uri: git@github.com:cloudfoundry/haproxy-boshrelease.git
branch: maintenance
private_key: ((github.private_key))

- name: git-pull-requests-previous-release
type: pull-request
source:
access_token: ((github.access_token))
repository: b1tamara/haproxy-boshrelease
repository: cloudfoundry/haproxy-boshrelease
base_branch: maintenance
labels: [run-ci]

Expand Down Expand Up @@ -505,7 +505,7 @@ resources:
- name: github
type: github-release-alt
source:
user: b1tamara
user: cloudfoundry
repository: haproxy-boshrelease
access_token: ((github.access_token))

Expand Down

0 comments on commit db7b011

Please sign in to comment.