Skip to content

Commit a4e5dcd

Browse files
authored
Remove aimmo submodule (#129)
1 parent 0c36407 commit a4e5dcd

File tree

6 files changed

+3
-23
lines changed

6 files changed

+3
-23
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "codeforlife-portal"]
22
path = codeforlife-portal
33
url = https://github.com/ocadotechnology/codeforlife-portal.git
4-
[submodule "aimmo"]
5-
path = aimmo
6-
url = https://github.com/ocadotechnology/aimmo.git
74
[submodule "rapid-router"]
85
path = rapid-router
96
url = https://github.com/ocadotechnology/rapid-router.git

.submodules/config/configs.jsonc

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"codeforlife",
3333
"klass",
3434
"ocado",
35-
"kurono",
3635
"pipenv"
3736
]
3837
}
@@ -290,4 +289,4 @@
290289
}
291290
}
292291
}
293-
}
292+
}

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"codeforlife",
1111
"klass",
1212
"ocado",
13-
"kurono",
1413
"pipenv"
1514
],
1615
"editor.codeActionsOnSave": {
@@ -29,4 +28,4 @@
2928
},
3029
"python.testing.pytestEnabled": true,
3130
"python.testing.unittestEnabled": false
32-
}
31+
}

aimmo

-1
This file was deleted.

codeforlife.code-workspace

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
{
44
"path": "."
55
},
6-
{
7-
"path": "aimmo"
8-
},
96
{
107
"path": "codeforlife-contributor-backend"
118
},
@@ -44,4 +41,4 @@
4441
"editorRuler.foreground": "#008000"
4542
}
4643
}
47-
}
44+
}

dispatch.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,3 @@ dispatch:
3636

3737
# - url: "rapid-router.codeforlife.education/*"
3838
# service: production-rapid-router
39-
40-
# Kurono
41-
42-
# - url: "development-kurono.codeforlife.education/*"
43-
# service: development-kurono
44-
45-
# - url: "staging-kurono.codeforlife.education/*"
46-
# service: staging-kurono
47-
48-
# - url: "kurono.codeforlife.education/*"
49-
# service: production-kurono

0 commit comments

Comments
 (0)