beremiz
Clone
Summary
Browse
Changes
Graph
Tests: No need to archive test results before uploading them as action artifacts.
2022-05-17, Edouard Tisserant
2f5b5c14a650
file is
Executable
Tests: No need to archive test results before uploading them as action artifacts.
#!/bin/bash
set -e
./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1