Skip to content

Commit bae75cc

Browse files
committed
chore: bump tutor-contrib-grove
1 parent 624b6c7 commit bae75cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/helpers/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
NAMED_RELEASE_MASTER: [
6767
"pip install tutor-contrib-drydock",
6868
# "git+https://github.com/overhangio/tutor.git@main",
69-
"pip install git+https://gitlab.com/opencraft/dev/tutor-contrib-grove@main",
69+
"pip install git+https://gitlab.com/opencraft/dev/tutor-contrib-grove@kaustav/phd-compatibility",
7070
"pip install git+https://github.com/overhangio/tutor-mfe.git@main",
7171
"pip install git+https://github.com/overhangio/tutor-forum.git@main",
7272
# "pip install git+https://gitlab.com/opencraft/dev/tutor-contrib-grove.git@main",
@@ -316,3 +316,5 @@ class ArgoCDSyncStatus(StrEnum):
316316
CHECK_RUN_NAME = "sandbox_deployment"
317317

318318
PR_SANDBOX_NAME_PATTERN = r"pr-\d*-[0-9a-f]{6}"
319+
320+
DEDUPLICATION_TTL = 10

0 commit comments

Comments
 (0)