From 5692960cdda248031aec4876df774419fab29bee Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Mon, 24 Jan 2022 15:13:10 -0800 Subject: [PATCH] bashate does not depend on prerequisites Signed-off-by: Todd Malsbary Change-Id: I1ac5867bb6e652636377dea4ce8d6132b1aa969a --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8c5d6fc..0e8efe1 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,7 @@ capi_install: flux_install: ./deploy/flux/flux.sh deploy -unit: prerequisite \ - bashate +unit: bashate bashate: bashate -i E006,E003,E002,E010,E011,E042,E043 `find . -type f -not -path './cmd/bpa-operator/vendor/*' -not -path './ci/jjb/shell/*' -name "*.sh"` -- 2.16.6