Test CI
Some checks failed
SteamWarCI Build failed

This commit is contained in:
2026-01-23 22:43:04 +01:00
parent 2907b987c2
commit c2f9c44769

View File

@@ -147,7 +147,9 @@ class CiConfig(
return repoInfo.defaultBranch return repoInfo.defaultBranch
} }
val udir: String get() = "$cidir/$user" val udir: String
val wdir: String get() = "$udir/$repo" get() = "$cidir/$user"
val wdir: String
get() = "$udir/$repo"
} }