From cb500c10dc05f4bdcb64142b07b3db4f595aa80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Talha=20Alt=C4=B1nel?= Date: Wed, 12 Oct 2022 18:58:01 +0100 Subject: [PATCH] Update modules-cleanup.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Talha Altınel --- template/golang-http/modules-cleanup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template/golang-http/modules-cleanup.sh b/template/golang-http/modules-cleanup.sh index 712bb0c..7100236 100644 --- a/template/golang-http/modules-cleanup.sh +++ b/template/golang-http/modules-cleanup.sh @@ -4,6 +4,8 @@ set -e GO111MODULE=$(go env GO111MODULE) +[ -z "$DEBUG" ] && DEBUG=0 + # move_vendor will copy the function's vendor folder, # if it exists. move_vendor() {