mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 21:28:32 +00:00
Return the schema
This commit is contained in:
parent
ec054bbdf1
commit
55697c6c88
@ -8,7 +8,8 @@ def get_repo():
|
|||||||
|
|
||||||
|
|
||||||
def pull_from_remote():
|
def pull_from_remote():
|
||||||
return GitService().pull_from_remote()
|
repo_model = GitService().pull_from_remote()
|
||||||
|
return GitRepoSchema().dump(repo_model)
|
||||||
|
|
||||||
|
|
||||||
def push_to_remote(comment=None):
|
def push_to_remote(comment=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user