From 18ee51fa2b262f41ce4758c21dda28482fbe8ace Mon Sep 17 00:00:00 2001 From: bingoct <47520890+bingoct@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:01:25 +0800 Subject: [PATCH] =?UTF-8?q?Makefile=20=E6=96=87=E4=BB=B6=E5=87=BA=E9=94=99?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20(#2704)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bcs-ops/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/bcs-ops/Makefile b/bcs-ops/Makefile index c0c167d404..52031392a0 100644 --- a/bcs-ops/Makefile +++ b/bcs-ops/Makefile @@ -11,4 +11,3 @@ build:clean find ./functions/ -not -path "*/.git/*" -a -not -path "*/bin/*" -a -not -path "*/image/*" -a -not -path "*/Makefile" -type f -print0 | xargs -0 chmod 444 tar -czvf bcs-ops-script-release-$(VER).tar.gz --exclude=bin --exclude=image --exclude=Makefile --exclude=\..* --exclude=.*tar.gz ./* md5sum bcs-ops-script-release-$(VER).tar.gz >> MD5SUMS - md5sum bcs-ops-offline-release-$(VER).tar.gz >> MD5SUMS