From 050342292d2232a7d55aaeea87fc3b375e8810d8 Mon Sep 17 00:00:00 2001 From: sabban Date: Mon, 11 Dec 2023 11:27:53 +0100 Subject: [PATCH] avoid building in the pipeline --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9c0d163..84c2f80 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,8 @@ override_dh_auto_clean: override_dh_auto_test: override_dh_auto_build: override_dh_auto_install: - @make build +# binaries are injected at package creation time +# @make build @BOUNCER=crowdsec-aws-waf-bouncer; \ PKG="$$BOUNCER"; \