From 01a11e775432719ec4b293fade4406f9866ae1f5 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Wed, 7 Aug 2024 16:13:41 +0100 Subject: [PATCH] Remove aimmo submodule --- .gitmodules | 3 --- .submodules/config/configs.jsonc | 3 +-- .vscode/settings.json | 3 +-- aimmo | 1 - codeforlife.code-workspace | 5 +---- dispatch.yaml | 11 ----------- 6 files changed, 3 insertions(+), 23 deletions(-) delete mode 160000 aimmo diff --git a/.gitmodules b/.gitmodules index 8ef14727..0211917f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "codeforlife-portal"] path = codeforlife-portal url = https://github.com/ocadotechnology/codeforlife-portal.git -[submodule "aimmo"] - path = aimmo - url = https://github.com/ocadotechnology/aimmo.git [submodule "rapid-router"] path = rapid-router url = https://github.com/ocadotechnology/rapid-router.git diff --git a/.submodules/config/configs.jsonc b/.submodules/config/configs.jsonc index 480528d2..a550e7a8 100644 --- a/.submodules/config/configs.jsonc +++ b/.submodules/config/configs.jsonc @@ -32,7 +32,6 @@ "codeforlife", "klass", "ocado", - "kurono", "pipenv" ] } @@ -290,4 +289,4 @@ } } } -} \ No newline at end of file +} diff --git a/.vscode/settings.json b/.vscode/settings.json index 22fa2483..36e944d1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,6 @@ "codeforlife", "klass", "ocado", - "kurono", "pipenv" ], "editor.codeActionsOnSave": { @@ -29,4 +28,4 @@ }, "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false -} \ No newline at end of file +} diff --git a/aimmo b/aimmo deleted file mode 160000 index 6aa1137d..00000000 --- a/aimmo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6aa1137d8cfba6a5e20afe1278d93532097eb7f8 diff --git a/codeforlife.code-workspace b/codeforlife.code-workspace index eafe78a7..90e99cb6 100644 --- a/codeforlife.code-workspace +++ b/codeforlife.code-workspace @@ -3,9 +3,6 @@ { "path": "." }, - { - "path": "aimmo" - }, { "path": "codeforlife-contributor-backend" }, @@ -44,4 +41,4 @@ "editorRuler.foreground": "#008000" } } -} \ No newline at end of file +} diff --git a/dispatch.yaml b/dispatch.yaml index f65018fb..2c626edd 100644 --- a/dispatch.yaml +++ b/dispatch.yaml @@ -36,14 +36,3 @@ dispatch: # - url: "rapid-router.codeforlife.education/*" # service: production-rapid-router - - # Kurono - - # - url: "development-kurono.codeforlife.education/*" - # service: development-kurono - - # - url: "staging-kurono.codeforlife.education/*" - # service: staging-kurono - - # - url: "kurono.codeforlife.education/*" - # service: production-kurono