'Generic Commit'
Some checks failed
dropshell-build / build (push) Has been cancelled

This commit is contained in:
Your Name
2025-06-02 21:55:57 +12:00
parent cb7a1faa2f
commit 1e8c3cd523
5 changed files with 85 additions and 11 deletions

View File

@ -4,5 +4,8 @@ set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
rm -rf "${SCRIPT_DIR}/src/build"
rm -rf "${SCRIPT_DIR}/src/build.*"
docker build -t gitea.jde.nz/public/dropshell-build:test -f "${SCRIPT_DIR}/Dockerfile" "${SCRIPT_DIR}"