Skip to content

Commit 5f2b325

Browse files
Add comments explaining the repo path
1 parent b7ce2b3 commit 5f2b325

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.buildkite/cache-builder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ common_params:
1010
- automattic/bash-cache#2.8.0
1111
- automattic/git-s3-cache#v1.1.3:
1212
bucket: "a8c-repo-mirrors"
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
1316
repo: "automattic/woocommerce-ios/"
1417
# Common environment values to use with the `env` key.
1518
- &common_env

.buildkite/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ common_params:
55
- automattic/bash-cache#2.8.0
66
- automattic/git-s3-cache#v1.1.3:
77
bucket: "a8c-repo-mirrors"
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
811
repo: "automattic/woocommerce-ios/"
912
# Common environment values to use with the `env` key.
1013
- &common_env

.buildkite/release-builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ common_params:
77
- automattic/bash-cache#2.8.0
88
- automattic/git-s3-cache#v1.1.3:
99
bucket: "a8c-repo-mirrors"
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
1013
repo: "automattic/woocommerce-ios/"
1114
# Common environment values to use with the `env` key.
1215
- &common_env

0 commit comments

Comments
 (0)