Hrochobot/cobuild/try

7 lines
195 B
Text
Raw Normal View History

2023-04-16 17:57:36 +02:00
#!/bin/bash
set -e
common/build cobuild --tag hrochobot-test
podman rm -if hrochobot-test
podman create --name hrochobot-test --hostname hrochobot-test hrochobot-test
podman start hrochobot-test