summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabor Pali <gabor.pali@ibm.com>2023-02-16 01:01:30 +0100
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-02-16 20:43:50 -0500
commit065b86fab20d89250a15f7848f7f063e103c7311 (patch)
tree994404f164f3a30ce01b29585b0ca1d20f6f41c1 /Makefile
parentdf0699a60819d4c08c22029399c91bc91e6d18b1 (diff)
downloadcouchdb-065b86fab20d89250a15f7848f7f063e103c7311.tar.gz
Remove the inactive uploader action from `build-report`
The report uploads are still broken and the help message for the target does not either indicate that is happening. This can be re-introduced later once fixed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 945a542ef..907bbae75 100644
--- a/Makefile
+++ b/Makefile
@@ -292,7 +292,6 @@ elixir-source-checks: elixir-init
# target: build-report - Generate a build report
build-report:
build-aux/show-test-results.py --suites=10 --tests=10 > test-results.log
- #build-aux/logfile-uploader.py
.PHONY: check-qs
# target: check-qs - Run query server tests (ruby and rspec required!)