Skip to content

Commit

Permalink
Update bucket creds for CF BP Bosh releases
Browse files Browse the repository at this point in the history
We are moving from the defunct bucket "pivotal-buildpacks" to
"buildpacks.cloudfoundry.org"

See e.g. cloudfoundry/dotnet-core-buildpack-release#3

Also see related change with dependencies for more context:
#403

Also related: cloudfoundry/go-buildpack-release#3 etc.
  • Loading branch information
arjun024 authored and ForestEckhardt committed Aug 23, 2024
1 parent 6a6d43a commit 79972a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 4 additions & 6 deletions pipelines/cf-release/cf-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ jobs:
- task: create-buildpack-dev-release
file: buildpacks-ci/tasks/cf-release/create-buildpack-dev-release/task.yml
params:
AWS_ACCESS_KEY_ID: ((svc-buildpacks-aws-team-access-key))
AWS_SECRET_ACCESS_KEY: ((svc-buildpacks-aws-team-secret-key))
AWS_ASSUME_ROLE_ARN: ((svc-buildpacks-aws-team-assume-role-arn))
AWS_ACCESS_KEY_ID: ((buildpacks-cloudfoundry-org-aws-access-key-id))
AWS_SECRET_ACCESS_KEY: ((buildpacks-cloudfoundry-org-aws-secret-access-key))
- put: #@ language.name + "-buildpack-release"
params:
repository: release
Expand Down Expand Up @@ -411,9 +410,8 @@ jobs:
- task: finalize-release
file: buildpacks-ci/tasks/cf-release/finalize-buildpack-release/task.yml
params:
AWS_ACCESS_KEY_ID: ((svc-buildpacks-aws-team-access-key))
AWS_SECRET_ACCESS_KEY: ((svc-buildpacks-aws-team-secret-key))
AWS_ASSUME_ROLE_ARN: ((svc-buildpacks-aws-team-assume-role-arn))
AWS_ACCESS_KEY_ID: ((buildpacks-cloudfoundry-org-aws-access-key-id))
AWS_SECRET_ACCESS_KEY: ((buildpacks-cloudfoundry-org-aws-secret-access-key))
- put: #@ language.name + "-buildpack-release"
params:
repository: release
Expand Down
5 changes: 2 additions & 3 deletions pipelines/templates/buildpack.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,8 @@ jobs: ##########################################################################
- task: create-bosh-release
file: buildpacks-ci/tasks/create-bosh-release/task.yml
params:
ACCESS_KEY_ID: ((svc-buildpacks-aws-team-access-key))
SECRET_ACCESS_KEY: ((svc-buildpacks-aws-team-secret-key))
AWS_ASSUME_ROLE_ARN: ((svc-buildpacks-aws-team-assume-role-arn))
ACCESS_KEY_ID: ((buildpacks-cloudfoundry-org-aws-access-key-id))
SECRET_ACCESS_KEY: ((buildpacks-cloudfoundry-org-aws-secret-access-key))
LANGUAGE: "hwc"
RELEASE_NAME: hwc-buildpack
RELEASE_DIR: release
Expand Down

0 comments on commit 79972a9

Please sign in to comment.