Revert "build: enable debug output"

This reverts commit 3e348cfec3.
This commit is contained in:
Markus Küffner
2024-02-22 23:16:44 +01:00
parent 3e348cfec3
commit cdafdb4142

View File

@@ -8,7 +8,7 @@
## docker buildx inspect --bootstrap
## docker buildx build --platform linux/amd64,linux/arm/v7 -t octoprint:latest --target run .
set -xe
set -e
app=${1}
registry=${2}