This commit is contained in:
mwiegand 2021-11-14 22:13:14 +01:00
parent c3936950eb
commit f4ea0d7c0d
2 changed files with 2 additions and 4 deletions

2
README.md Normal file
View file

@ -0,0 +1,2 @@
export FLASK_APP=build_server
flask run

View file

@ -14,7 +14,3 @@ def build():
hook_data = request.get_json()
print(hook_data)
return check_output([f"/{environ['STRATEGIES_DIR']}/{strategy}", json.dumps(hook_data)])
if __name__ =='__main__':
app.run(host='0.0.0.0')