summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-12-19 12:08:40 +0100
committerGitHub <noreply@github.com>2018-12-19 12:08:40 +0100
commit545aa974552f45ecd7950dbd53ec36bae60fb838 (patch)
treefdd6fd4d4b6c1a014510f208b9fb64135465f00b /tests
parentf4fbf2136326aa9469b327e9f0a3d0702da731cb (diff)
Move installer dir under packaging (#5009)
* move installer dir under packaging * fix docs creation * uninstaller is broken and fix will be created in #5031 * fix links in docs
Diffstat (limited to 'tests')
-rwxr-xr-xtests/lifecycle.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lifecycle.sh b/tests/lifecycle.sh
index 24c0ed237c..1d1f6e5360 100755
--- a/tests/lifecycle.sh
+++ b/tests/lifecycle.sh
@@ -29,6 +29,6 @@ git status
echo "========= UPDATE ========="
./netdata-updater.sh
-echo "========= UNINSTALL ========="
-mv /tmp/netdata-uninstaller.sh ./netdata-uninstaller.sh
-./netdata-uninstaller.sh --yes --force
+#echo "========= UNINSTALL ========="
+#mv /tmp/netdata-uninstaller.sh ./netdata-uninstaller.sh
+#./netdata-uninstaller.sh --yes --force