do not install swagger by default

It is only needed for one CI task, and that task already calls
`make .install.swagger` in setup_environment.sh.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-01-12 15:35:42 +01:00
parent 2ad938ec6e
commit b5bfc26542

View File

@ -905,7 +905,7 @@ install.systemd:
endif
.PHONY: install.tools
install.tools: .install.golangci-lint .install.swagger ## Install needed tools
install.tools: .install.golangci-lint ## Install needed tools
$(MAKE) -C test/tools
.PHONY: .install.goimports