🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 12m57s

Dockerfile
.gitea/workflows/docker.yaml
rootfs/root/docker/setup/03-files.sh
This commit is contained in:
casjay
2024-09-04 12:28:04 -04:00
parent 392d3c59ce
commit 234306134c
3 changed files with 10 additions and 5 deletions

View File

@@ -24,10 +24,12 @@ set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set env variables
exitCode=0
AUR_USER="${AUR_USER:-aur}"
AUR_HOME="${AUR_HOME:-/var/lib/aur}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
mkdir -p "${AUR_HOME}/build"
mkdir -p "${AUR_HOME}/.gnupg"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set the exit code
exitCode=$?