beremiz

2596dabeea04
file isExecutable
Github CI: do not save docker image if just restored from cache
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER