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')
|
||||
|
|
Reference in a new issue