From f1a78d1b9c8e588e5fb96defb94e1ff1e582b98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Wed, 8 Aug 2018 15:33:35 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Don't=20build=20webhook=20?= =?UTF-8?q?branch=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because it's merged into Netbox since 2.4. --- build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all.sh b/build-all.sh index 9961f92..0c1bd53 100755 --- a/build-all.sh +++ b/build-all.sh @@ -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'."