This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/templates/testbuild.html

8 lines
No EOL
239 B
HTML

<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>