mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 10:00:11 +00:00
🐛 make the custom sign ca secret namespace fixed (#205)
* update vendor ocm api Signed-off-by: zhujian <jiazhu@redhat.com> * make the custom sign ca secret name fixed Signed-off-by: zhujian <jiazhu@redhat.com> * make the custom sign ca secret namespace fixed Signed-off-by: zhujian <jiazhu@redhat.com> * format go import for test files Signed-off-by: zhujian <jiazhu@redhat.com> * update vendor ocm api Signed-off-by: zhujian <jiazhu@redhat.com> --------- Signed-off-by: zhujian <jiazhu@redhat.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -81,7 +81,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." \
|
||||
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