mirror of
https://github.com/lucaspalomodevelop/netbox-docker.git
synced 2026-03-12 23:27:21 +00:00
Revert "⚙️ Print every command"
This reverts commit 1fb6b80f939811a2231b7fafcfb394af98e9af02.
This commit is contained in:
parent
1fb6b80f93
commit
a5dccb2558
@ -6,7 +6,6 @@
|
||||
# Default: undefined
|
||||
|
||||
echo "▶️ $0 $*"
|
||||
set -x
|
||||
|
||||
ALL_BUILDS=("release" "prerelease" "branches" "special")
|
||||
BUILDS=("${BUILD:-"${ALL_BUILDS[@]}"}")
|
||||
|
||||
@ -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}"
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user