From f7d94b979fd68cf8c91e75a04337dc466f20c6e9 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Wed, 15 Nov 2023 14:57:38 +0530 Subject: [PATCH] fix: remove docs from deb binary --- deb/build-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/build-deb.sh b/deb/build-deb.sh index 1c49ff7dc..771f5ca8c 100755 --- a/deb/build-deb.sh +++ b/deb/build-deb.sh @@ -23,7 +23,7 @@ mkdir -p "$BUILD/opt/harvest/bin/" cp -r "$SRC/grafana" "$SRC/conf" "$BUILD/opt/harvest/" cp "$SRC/harvest.yml" "$SRC/prom-stack.tmpl" "$SRC/harvest.cue" "$BUILD/opt/harvest/" cp -r "$SRC/.github/" "$BUILD/opt/harvest/" -cp -r "$SRC/pkg/" "$SRC/cmd/" "$SRC/docs/" "$SRC/container/" "$BUILD/opt/harvest/" +cp -r "$SRC/pkg/" "$SRC/cmd/" "$SRC/container/" "$BUILD/opt/harvest/" cp -r "$SRC/rpm/" "$SRC/deb/" "$SRC/service/" "$SRC/cert/" "$SRC/autosupport/" "$SRC/.git" "$BUILD/opt/harvest/" cp "$SRC/Makefile" "$SRC/README.md" "$SRC/LICENSE" "$SRC/go.mod" "$SRC/go.sum" "$BUILD/opt/harvest/" if [ -d "$SRC/vendor" ]; then