Skip to content

Commit

Permalink
Remove aimmo submodule (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Aug 8, 2024
1 parent 0c36407 commit a4e5dcd
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions .submodules/config/configs.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"codeforlife",
"klass",
"ocado",
"kurono",
"pipenv"
]
}
Expand Down Expand Up @@ -290,4 +289,4 @@
}
}
}
}
}
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"codeforlife",
"klass",
"ocado",
"kurono",
"pipenv"
],
"editor.codeActionsOnSave": {
Expand All @@ -29,4 +28,4 @@
},
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false
}
}
1 change: 0 additions & 1 deletion aimmo
Submodule aimmo deleted from 6aa113
5 changes: 1 addition & 4 deletions codeforlife.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
{
"path": "."
},
{
"path": "aimmo"
},
{
"path": "codeforlife-contributor-backend"
},
Expand Down Expand Up @@ -44,4 +41,4 @@
"editorRuler.foreground": "#008000"
}
}
}
}
11 changes: 0 additions & 11 deletions dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a4e5dcd

Please sign in to comment.