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:
parent
2ad938ec6e
commit
b5bfc26542
2
Makefile
2
Makefile
|
|
@ -905,7 +905,7 @@ install.systemd:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: install.tools
|
.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
|
$(MAKE) -C test/tools
|
||||||
|
|
||||||
.PHONY: .install.goimports
|
.PHONY: .install.goimports
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue