Skip to content

Commit 41a3639

Browse files
Merge pull request #8022 from woocommerce/update/Git-cache-path
Update the git cache path from `woocommerce` to `automattic`
2 parents 587ff48 + 5f2b325 commit 41a3639

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.buildkite/cache-builder.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ common_params:
1010
- automattic/bash-cache#2.8.0
1111
- automattic/git-s3-cache#v1.1.3:
1212
bucket: "a8c-repo-mirrors"
13-
repo: "woocommerce/woocommerce-ios/"
13+
# This is not necessarily the actual name of the repo or the GitHub organization
14+
# it belongs to. It is the key used in the bucket, which is set based on
15+
# the Buildkite pipeline slug
16+
repo: "automattic/woocommerce-ios/"
1417
# Common environment values to use with the `env` key.
1518
- &common_env
1619
IMAGE_ID: xcode-14

.buildkite/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ common_params:
55
- automattic/bash-cache#2.8.0
66
- automattic/git-s3-cache#v1.1.3:
77
bucket: "a8c-repo-mirrors"
8-
repo: "woocommerce/woocommerce-ios/"
8+
# This is not necessarily the actual name of the repo or the GitHub organization
9+
# it belongs to. It is the key used in the bucket, which is set based on
10+
# the Buildkite pipeline slug
11+
repo: "automattic/woocommerce-ios/"
912
# Common environment values to use with the `env` key.
1013
- &common_env
1114
IMAGE_ID: xcode-14

.buildkite/release-builds.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ common_params:
77
- automattic/bash-cache#2.8.0
88
- automattic/git-s3-cache#v1.1.3:
99
bucket: "a8c-repo-mirrors"
10-
repo: "woocommerce/woocommerce-ios/"
10+
# This is not necessarily the actual name of the repo or the GitHub organization
11+
# it belongs to. It is the key used in the bucket, which is set based on
12+
# the Buildkite pipeline slug
13+
repo: "automattic/woocommerce-ios/"
1114
# Common environment values to use with the `env` key.
1215
- &common_env
1316
IMAGE_ID: xcode-14

0 commit comments

Comments
 (0)