⚙️ Print every command

This commit is contained in:
Christian Mäder
2018-04-10 11:13:52 +02:00
parent 6c3966415b
commit 1fb6b80f93
4 changed files with 4 additions and 1 deletions

View File

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