tests/tools/Docker/beremiz-sikuli/rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 17 May 2022 12:24:59 +0200
changeset 3463 f85b448ca2c6
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
Tests: re-enable running test in github action, now that docker image should be cached.
#!/bin/bash

set -e

./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1