beremiz
Clone
Summary
Browse
Changes
Graph
Tests: remove -it from docker invocation
2022-05-16, etisserant
02c7b758fa9b
file is
Executable
Tests: remove -it from docker invocation
Workaround "The input device is not a TTY" error on Github Action.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER