From f9d3f354c09aa1bf79d7d538912dd53a6fc2bc29 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Wed, 10 Apr 2024 17:20:29 +0800 Subject: [PATCH] Optimize Docker configuration and script. --- magefile.go | 1 - 1 file changed, 1 deletion(-) diff --git a/magefile.go b/magefile.go index 038d33336..0e4821cfd 100644 --- a/magefile.go +++ b/magefile.go @@ -34,6 +34,5 @@ func Stop() { } func Check() { - mageutil.InitNoBuild() mageutil.CheckAndReportBinariesStatus() }