6 lines
195 B
Bash
Executable file
6 lines
195 B
Bash
Executable file
#!/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
|