Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion .buildkite/cache-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ common_params:
- automattic/bash-cache#2.8.0
- automattic/git-s3-cache#v1.1.3:
bucket: "a8c-repo-mirrors"
repo: "woocommerce/woocommerce-ios/"
# This is not necessarily the actual name of the repo or the GitHub organization
# it belongs to. It is the key used in the bucket, which is set based on
# the Buildkite pipeline slug
repo: "automattic/woocommerce-ios/"
# Common environment values to use with the `env` key.
- &common_env
IMAGE_ID: xcode-14
Expand Down
5 changes: 4 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ common_params:
- automattic/bash-cache#2.8.0
- automattic/git-s3-cache#v1.1.3:
bucket: "a8c-repo-mirrors"
repo: "woocommerce/woocommerce-ios/"
# This is not necessarily the actual name of the repo or the GitHub organization
# it belongs to. It is the key used in the bucket, which is set based on
# the Buildkite pipeline slug
repo: "automattic/woocommerce-ios/"
# Common environment values to use with the `env` key.
- &common_env
IMAGE_ID: xcode-14
Expand Down
5 changes: 4 additions & 1 deletion .buildkite/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ common_params:
- automattic/bash-cache#2.8.0
- automattic/git-s3-cache#v1.1.3:
bucket: "a8c-repo-mirrors"
repo: "woocommerce/woocommerce-ios/"
# This is not necessarily the actual name of the repo or the GitHub organization
# it belongs to. It is the key used in the bucket, which is set based on
# the Buildkite pipeline slug
repo: "automattic/woocommerce-ios/"
# Common environment values to use with the `env` key.
- &common_env
IMAGE_ID: xcode-14
Expand Down