diff --git a/build-all.sh b/build-all.sh index 5c3490f..9961f92 100755 --- a/build-all.sh +++ b/build-all.sh @@ -6,7 +6,6 @@ # Default: undefined echo "▶️ $0 $*" -set -x ALL_BUILDS=("release" "prerelease" "branches" "special") BUILDS=("${BUILD:-"${ALL_BUILDS[@]}"}") diff --git a/build-branches.sh b/build-branches.sh index 8054d5a..36c55d7 100755 --- a/build-branches.sh +++ b/build-branches.sh @@ -2,7 +2,6 @@ # Builds develop, develop-* and master branches echo "▶️ $0 $*" -set -x ORIGINAL_GITHUB_REPO="digitalocean/netbox" GITHUB_REPO="${GITHUB_REPO-$ORIGINAL_GITHUB_REPO}" diff --git a/build-latest.sh b/build-latest.sh index fce32d4..e996251 100755 --- a/build-latest.sh +++ b/build-latest.sh @@ -2,7 +2,6 @@ # Builds the latest released version echo "▶️ $0 $*" -set -x ORIGINAL_GITHUB_REPO="digitalocean/netbox" GITHUB_REPO="${GITHUB_REPO-$ORIGINAL_GITHUB_REPO}" diff --git a/build.sh b/build.sh index 9e6da03..ecd680d 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ # Builds the Dockerfile[.variant] and injects tgz'ed Netbox code from Github echo "▶️ $0 $*" -set -x + set -e if [ "${1}x" == "x" ] || [ "${1}" == "--help" ] || [ "${1}" == "-h" ]; then