summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ci/before_deploy.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 608de599..39202448 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -17,8 +17,6 @@ mk_tarball() {
local name="${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}"
mkdir "$td/$name"
- ls -l --recursive target/
-
cp target/$TARGET/release/rg "$td/$name/"
cp {doc/rg.1,README.md,UNLICENSE,COPYING,LICENSE-MIT} "$td/$name/"
cp target/release/build/ripgrep-*/out/rg.* "$td/$name/"