Skip to content

Commit f5273c7

Browse files
authored
fix: add artifacts to test kind (#1077)
This is most notably useful for `taskgraph-diff`, so we can actually see the diff that was generated.
1 parent a7e46d2 commit f5273c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

taskcluster/kinds/tests/kind.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ task-defaults:
2727
worker:
2828
# 128 happens when cloning this repository fails
2929
retry-exit-status: [128]
30+
artifacts:
31+
- name: public/build
32+
path: /builds/worker/artifacts
33+
type: directory
3034

3135
tasks:
3236
# See issue: https://github.com/mozilla/translations/issues/363

0 commit comments

Comments
 (0)