.
Some checks failed
dropshell-build / build (push) Failing after 6s

This commit is contained in:
j842
2025-06-09 17:35:33 +12:00
parent 48e7351360
commit 9a67a561a5
3 changed files with 1 additions and 164 deletions

View File

@ -1,13 +0,0 @@
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Build with progress and no cache to see which step fails
docker build \
--progress=plain \
--no-cache \
-t "gitea.jde.nz/public/dropshell-build-base:latest" \
-f "${SCRIPT_DIR}/Dockerfile.dropshell-build-base" \
${SCRIPT_DIR}