beremiz
Clone
Summary
Browse
Changes
Graph
Github CI: upload artifact (reports) when failing
2022-07-06, etisserant
49e7d2247d46
file is
Executable
Github CI: upload artifact (reports) when failing
#!/bin/bash
set -e
./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1