beremiz
Clone
Summary
Browse
Changes
Graph
Update revisions used in tests running on GitHub.
2024-04-26, Edouard Tisserant
b73d6668eba3
file is
Executable
Update revisions used in tests running on GitHub.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER