Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
Update shipit to use gcs blobstore
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Hickey <[email protected]>
  • Loading branch information
neil-hickey committed Jun 5, 2021
1 parent 90c936e commit 09d8df0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ jobs:
- task: release
file: git-docker-boshrelease/ci/tasks/ship-it.yml
params:
S3_ACCESS_KEY: ((gcs-access-key-id))
S3_SECRET_KEY: ((gcs-secret-access-key))
GCS_JSON_KEY: ((docker-bosh-gcs-key))
BRANCH: master
GIT_EMAIL: "[email protected]"
GIT_NAME: "CFCR CI BOT"
Expand Down
6 changes: 3 additions & 3 deletions ci/scripts/shipit
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ RELEASE_NAME=$(bosh int config/final.yml --path /final_name)
cat > config/private.yml <<YAML
---
blobstore:
provider: s3
provider: gcs
options:
access_key_id: ${S3_ACCESS_KEY}
secret_access_key: ${S3_SECRET_KEY}
credentials_source: static
json_key: '${GCS_JSON_KEY}'
YAML

header "Pulling in any git submodules..."
Expand Down

0 comments on commit 09d8df0

Please sign in to comment.