-
Notifications
You must be signed in to change notification settings - Fork 2
/
build.json
67 lines (67 loc) · 1.5 KB
/
build.json
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
57
58
59
60
61
62
63
64
65
66
67
{
"lib-js": {
"URL": "[email protected]:01-edu/all.git",
"path": "lib/js",
"file": "Dockerfile"
},
"lib-static": {
"URL": "[email protected]:01-edu/all.git",
"path": "static",
"file": "Dockerfile.lib"
},
"test-dom": {
"URL": "[email protected]:01-edu/public.git",
"path": "",
"file": "dom/Dockerfile"
},
"test-js": {
"URL": "[email protected]:01-edu/public.git",
"path": "js/tests",
"file": "Dockerfile"
},
"test-sh": {
"URL": "[email protected]:01-edu/public.git",
"path": "sh/tests",
"file": "Dockerfile"
},
"subjects": {
"URL": "[email protected]:01-edu/public.git",
"path": "subjects",
"file": "Dockerfile"
},
"test-go": {
"URL": "[email protected]:01-edu/go-tests.git",
"path": "",
"file": "Dockerfile"
},
"test-goqa": {
"URL": "[email protected]:01-edu/qa.git",
"path": "go",
"file": "Dockerfile"
},
"test-rust": {
"URL": "[email protected]:01-edu/rust-tests.git",
"path": "",
"file": "Dockerfile"
},
"test-blockchain": {
"URL": "[email protected]:01-edu/Branch-Blockchain.git",
"path": "tests",
"file": "Dockerfile"
},
"test-dart": {
"URL": "[email protected]:01-edu/Branch-Mobile.git",
"path": "tests/piscine_flutter",
"file": "Dockerfile"
},
"test-java": {
"URL": "[email protected]:01-edu/java-tests.git",
"path": "",
"file": "Dockerfile"
},
"test-python": {
"URL": "[email protected]:01-edu/python-tests.git",
"path": "",
"file": "Dockerfile"
}
}