Skip to content

Commit fa4eb47

Browse files
author
yiwenxiu
committed
feat: change build tag
1 parent ef4cc40 commit fa4eb47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ build_image:
240240
- build
241241
# runner: `sudo mkdir -p /cache/matter_build/`
242242
# gitlab-runner config: `volumes = ["/cache:/cache:rw"]`
243-
- matter_cache
243+
- brew
244244
before_script:
245245
- *add_gitlab_ssh_key
246246
- *get_build_caches
@@ -262,7 +262,7 @@ build_image:
262262
- if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_PIPELINE_SOURCE == "push" || $CI_COMMIT_BRANCH == "main"
263263
tags:
264264
- build
265-
- matter_cache
265+
- brew
266266
before_script:
267267
- *add_gitlab_ssh_key
268268
- *get_build_caches

0 commit comments

Comments
 (0)