mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] remove useless comments
This commit is contained in:
parent
4b78de13ec
commit
768507df8c
1 changed files with 0 additions and 9 deletions
9
run.py
9
run.py
|
@ -373,15 +373,6 @@ def require_token():
|
|||
@app.route("/api/job", methods=['POST'])
|
||||
@require_token()
|
||||
async def api_new_job(request):
|
||||
# TODO auth or some kind
|
||||
|
||||
# test type ?
|
||||
# architecture (ARM)
|
||||
# debian version
|
||||
# yunohost version (in test type?
|
||||
# day for the montly test?
|
||||
# ? analyseCI path ?
|
||||
|
||||
job = Job.create(
|
||||
name=request.json["name"],
|
||||
url_or_path=request.json["url_or_path"],
|
||||
|
|
Loading…
Add table
Reference in a new issue