⚙️ Print every command

This commit is contained in:
Christian Mäder 2018-04-10 11:13:52 +02:00
parent 6c3966415b
commit 1fb6b80f93
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
4 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,7 @@
# Builds the latest released version
echo "▶️ $0 $*"
set -x
ORIGINAL_GITHUB_REPO="digitalocean/netbox"
GITHUB_REPO="${GITHUB_REPO-$ORIGINAL_GITHUB_REPO}"