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