⚙️ Additional build debug info

This commit is contained in:
Christian Mäder 2018-04-10 10:58:31 +02:00
parent 626195d00f
commit 6c3966415b
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
4 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,8 @@
# Allowed: release, prerelease, branches, special
# Default: undefined
echo "▶️ $0 $*"
ALL_BUILDS=("release" "prerelease" "branches" "special")
BUILDS=("${BUILD:-"${ALL_BUILDS[@]}"}")