Skip to content

Commit f47ae80

Browse files
committed
fix(hub): address git persistence review feedback
1 parent 6e09fad commit f47ae80

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

runtime/hub/frontend/apps/spawn/src/components/CourseCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const CourseCard = memo(function CourseCard({
177177
<span className="repo-url-hint" aria-label="Git repository hint">
178178
?
179179
<span className="repo-url-tooltip">
180-
The repository will be cloned at startup. It is kept after the server stops unless cleanup is selected or enforced by the administrator.
180+
The repository will be cloned at startup.
181181
{allowedGitProviders.length > 0 && ` Supports: ${allowedGitProviders.join(', ')}.`}
182182
</span>
183183
</span>

runtime/hub/tests/test_git_clone_persistence.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def test_invalid_repo_persist_submission_falls_back_to_admin_default():
118118
assert result is False
119119

120120

121-
122121
def test_persistent_init_container_sets_env_without_cleanup_lifecycle():
123122
spawner = make_spawner()
124123

0 commit comments

Comments
 (0)