mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
🌱 Update api to install addon template CRD (#170)
Signed-off-by: zhujian <jiazhu@redhat.com>
This commit is contained in:
1
Makefile
1
Makefile
@@ -78,6 +78,7 @@ verify-fmt-imports: install-golang-gci
|
||||
@output=$$(gci diff --skip-generated -s standard -s default -s "prefix(open-cluster-management.io)" -s "prefix(open-cluster-management.io/ocm)" cmd pkg test dependencymagnet); \
|
||||
if [ -n "$$output" ]; then \
|
||||
echo "Diff output is not empty: $$output"; \
|
||||
echo "Please run 'make fmt-imports' to format the golang files imports automatically." \
|
||||
exit 1; \
|
||||
else \
|
||||
echo "Diff output is empty"; \
|
||||
|
||||
Reference in New Issue
Block a user