-
-
Notifications
You must be signed in to change notification settings - Fork 166
/
Copy pathworkspace.yml
56 lines (49 loc) · 1.15 KB
/
workspace.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Trigger CI: 25
$schema: '../website/static/schemas/workspace.json'
projects:
# sources:
# moon: '.'
sources: {}
globs:
- './packages/*'
- '!packages/cli'
- '!packages/core-*'
- 'website'
generator:
templates:
# - './.moon/templates'
- './tests/fixtures/generator/templates'
runner:
archivableTargets:
- ':lint'
- ':test'
- ':typecheck'
logRunningCommand: true
vcs:
defaultBranch: 'master'
# hooks:
# pre-commit:
# - 'cargo run -- run :lint'
docker:
scaffold:
include:
- '*.config.js'
- '*.json'
unstable_remote:
host: 'grpcs://cache.depot.dev'
auth:
token: 'DEPOT_TOKEN'
headers:
'X-Depot-Org': '1xtpjd084j'
'X-Depot-Project': '90xxfkst9n'
# cache:
# compression: 'zstd'
# mtls:
# caCert: 'crates/remote/tests/__fixtures__/certs-local/ca.pem'
# clientCert: 'crates/remote/tests/__fixtures__/certs-local/client.pem'
# clientKey: 'crates/remote/tests/__fixtures__/certs-local/client.key'
# domain: 'localhost'
# tls:
# # assumeHttp2: true
# cert: 'crates/remote/tests/__fixtures__/certs-local/client.pem'
# domain: 'localhost'