-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.gradle
47 lines (47 loc) · 2.25 KB
/
settings.gradle
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
include "deployment",
"libraries:data",
"libraries:model",
"scripts:post-deploy",
"service:api-handler",
"service:db-trigger",
"service:websocket-handler",
"service:websocket-ping",
"service:worker",
"website",
"workflows",
"workflows:aws-celebrity-recognition",
"workflows:aws-celebrity-recognition:01-validate-input",
"workflows:aws-celebrity-recognition:02-celebrity-recognition",
"workflows:aws-celebrity-recognition:03-register-output",
"workflows:aws-face-detection",
"workflows:aws-face-detection:01-validate-input",
"workflows:aws-face-detection:02-face-detection",
"workflows:aws-face-detection:03-register-output",
"workflows:aws-label-detection",
"workflows:aws-label-detection:01-validate-input",
"workflows:aws-label-detection:02-label-detection",
"workflows:aws-label-detection:03-register-output",
"workflows:aws-transcription",
"workflows:aws-transcription:01-validate-input",
"workflows:aws-transcription:02-transcription",
"workflows:aws-transcription:03-register-output",
"workflows:azure-transcription",
"workflows:azure-transcription:01-validate-input",
"workflows:azure-transcription:02-extract-audio",
"workflows:azure-transcription:03-transcription",
"workflows:azure-transcription:04-register-output",
"workflows:google-transcription",
"workflows:google-transcription:01-validate-input",
"workflows:google-transcription:02-extract-audio",
"workflows:google-transcription:03-transcription",
"workflows:google-transcription:04-register-output",
"workflows:media-ingest",
"workflows:media-ingest:01-validate-input",
"workflows:media-ingest:02-create-media-asset",
"workflows:media-ingest:03-extract-technical-metadata",
"workflows:media-ingest:04-register-original-media",
"workflows:media-ingest:05-create-thumbnail",
"workflows:media-ingest:06-register-thumbnail",
"workflows:media-ingest:07-create-web-version",
"workflows:media-ingest:08-register-web-version",
"workflows:media-ingest:09-cleanup-temp-location"