7 lines
232 B
Text
7 lines
232 B
Text
|
#!/bin/bash
|
||
|
set -e
|
||
|
common/build cobuild --tag matfyz-help-bot-test
|
||
|
podman rm -if matfyz-help-bot-test
|
||
|
podman create --name matfyz-help-bot-test --hostname matfyz-help-bot-test matfyz-help-bot-test
|
||
|
podman start matfyz-help-bot-test
|