Skip to content

Commit

Permalink
Makefile 文件出错修正 (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingoct authored Oct 24, 2023
1 parent 965f84d commit 18ee51f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bcs-ops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18ee51f

Please sign in to comment.