Spaces:
Build error
Build error
comment
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ def sync_ci_space(space_id: str, pr_num: int, private: bool) -> None:
|
|
| 125 |
create_repo(
|
| 126 |
ci_space_id,
|
| 127 |
repo_type="space",
|
| 128 |
-
space_sdk="docker",
|
| 129 |
private=private,
|
| 130 |
)
|
| 131 |
is_new = True
|
|
|
|
| 125 |
create_repo(
|
| 126 |
ci_space_id,
|
| 127 |
repo_type="space",
|
| 128 |
+
space_sdk="docker", # Will be overwritten by sync
|
| 129 |
private=private,
|
| 130 |
)
|
| 131 |
is_new = True
|