rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 28 Jul 2022 17:44:10 +0200
changeset 77 2f3d1cd0bd64
parent 37 fd09116d3537
permissions -rwxr-xr-x
GH CI : use artifacts to get data flowing from one workflow to the other
#!/bin/bash

set -e

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