mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] continue to work on the prototype
This commit is contained in:
parent
baf7a96d01
commit
39da3d9f51
1 changed files with 3 additions and 3 deletions
6
run.py
6
run.py
|
@ -186,9 +186,9 @@ async def api_new_job(request):
|
||||||
# ? analyseCI path ?
|
# ? analyseCI path ?
|
||||||
|
|
||||||
Job.create(
|
Job.create(
|
||||||
# name=request.json["name"],
|
name=request.json["name"],
|
||||||
# url=request.json["url"],
|
url_or_path=request.json["url"],
|
||||||
# type=request.json.get("test_type", "default"),
|
type=request.json.get("test_type", "stable"),
|
||||||
yunohost_version=request.json.get("yunohost_version", "unstable"),
|
yunohost_version=request.json.get("yunohost_version", "unstable"),
|
||||||
debian_version=request.json.get("debian_version", "stretch"),
|
debian_version=request.json.get("debian_version", "stretch"),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue