VCS fix for non-existing code base
This commit is contained in:
parent
2d3699ad00
commit
d45fe704b6
4 changed files with 28 additions and 3 deletions
|
|
@ -13,7 +13,8 @@ class AppConfig(BaseModel):
|
|||
|
||||
|
||||
class GitConfig(BaseModel):
|
||||
directory: str = "/opt/repo/sample"
|
||||
path: Path = Path("/opt/repo/sample")
|
||||
url: str = "ssh://git@hattori.ztsh.eu:29418/paas/heimdall.git"
|
||||
branch: str = "master"
|
||||
remote: str = "origin"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue