-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathshard.prod.yml
45 lines (45 loc) · 1.18 KB
/
shard.prod.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
# Used for prod builds of the docs to ensure API docs can be updated w/o a dedicated release
# $ SHARDS_OVERRIDE=shard.prod.yml shards update
dependencies:
athena:
github: athena-framework/framework
branch: docs
athena-clock:
github: athena-framework/clock
branch: docs
athena-console:
github: athena-framework/console
branch: docs
athena-dependency_injection:
github: athena-framework/dependency-injection
branch: docs
athena-dotenv:
github: athena-framework/dotenv
branch: docs
athena-event_dispatcher:
github: athena-framework/event-dispatcher
branch: docs
athena-image_size:
github: athena-framework/image-size
branch: docs
athena-mercure:
github: athena-framework/mercure
branch: docs
athena-mime:
github: athena-framework/mime
branch: docs
athena-negotiation:
github: athena-framework/negotiation
branch: docs
athena-routing:
github: athena-framework/routing
branch: docs
athena-serializer:
github: athena-framework/serializer
branch: docs
athena-spec:
github: athena-framework/spec
branch: docs
athena-validator:
github: athena-framework/validator
branch: docs