⚙️ Don't build webhook branch anymore

Because it's merged into Netbox since 2.4.
This commit is contained in:
Christian Mäder 2018-08-08 15:33:35 -07:00
parent 61dd958af4
commit f1a78d1b9c
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ if [ ! -z "${DEBUG}" ] || \
special)
# special build
# shellcheck disable=SC2068
SRC_ORG=lampwins TAG=webhooks-backend ./build.sh "feature/webhooks-backend" $@ || ERROR=1
#SRC_ORG=lampwins TAG=webhooks-backend ./build.sh "feature/webhooks-backend" $@ || ERROR=1
;;
*)
echo "🚨 Unrecognized build '$BUILD'."