Skip to content

Commit 2d206d4

Browse files
aclark4lifeCopilot
andcommitted
Move bakerydemo from wagtail group to demo group
Also moves its sys_path config to the demo group. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3068a40 commit 2d206d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/dbx_python_cli/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,9 @@ libmongocrypt = [
186186

187187
[repo.groups.wagtail]
188188
repos = [
189-
"git@github.com:wagtail/bakerydemo.git",
190189
"git@github.com:mongodb-labs/wagtail-mongodb-project.git",
191190
]
192191

193-
[repo.groups.wagtail.sys_path]
194-
bakerydemo = true
195-
196192
[evergreen.mongo-python-driver]
197193
project_name = "mongo-python-driver"
198194

@@ -210,11 +206,15 @@ project_name = "ai-ml-pipeline-testing"
210206

211207
[repo.groups.demo]
212208
repos = [
209+
"git@github.com:wagtail/bakerydemo.git",
213210
"git@github.com:aclark4life/mflix.git",
214211
"git@github.com:aclark4life/polls.git",
215212
"git@github.com:aclark4life/medical-records.git",
216213
]
217214

215+
[repo.groups.demo.sys_path]
216+
bakerydemo = true
217+
218218
[repo.groups.django-thirdparty]
219219
# Python version for the group's virtual environment
220220
python_version = "3.13"

0 commit comments

Comments
 (0)