Remove the test build starter as it no longer works.
This commit is contained in:
parent
0ff19d5401
commit
3026f83c2c
2 changed files with 0 additions and 13 deletions
|
@ -46,8 +46,3 @@ def generate_random_build_status():
|
|||
response.update(phases[phase])
|
||||
|
||||
return jsonify(response)
|
||||
|
||||
|
||||
@app.route('/test/build', methods=['GET'])
|
||||
def create_build():
|
||||
return send_file('templates/testbuild.html')
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
<form enctype='multipart/form-data' method="post" action="/api/repository/devtable/complex/build/">
|
||||
<input type="file" name="initializedata">
|
||||
<button type="submit">Send</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue