beremiz
Clone
Summary
Browse
Changes
Graph
Tests: temporary disable problematic part, to force action to succeed so caching can happen.
2022-05-17, Edouard Tisserant
1e0127bde0d7
file is
Executable
Tests: temporary disable problematic part, to force action to succeed so caching can happen.
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER