rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 19 May 2022 18:23:25 +0200
changeset 46 0c4dd1cd0988
parent 37 fd09116d3537
permissions -rwxr-xr-x
Add GitHub Actions workflow file to build windows bundles on push to default branch.
#!/bin/bash

set -e

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