From 3dc9b57c2b5b6a8168f57c664de0b4c2673d18e1 Mon Sep 17 00:00:00 2001 From: Ihor Urazov Date: Mon, 27 May 2024 14:04:26 +0300 Subject: [PATCH] Don't output help on install This isn't a real test, and it produces noise on each install, which isn't desired in case of running under CI environment. --- install-binary.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/install-binary.sh b/install-binary.sh index 78e79c2a..dac4d553 100755 --- a/install-binary.sh +++ b/install-binary.sh @@ -143,14 +143,6 @@ exit_trap() { exit $result } -# testVersion tests the installed client to make sure it is working. -testVersion() { - set +e - echo "$PROJECT_NAME installed into $HELM_PLUGIN_DIR/$PROJECT_NAME" - "${HELM_PLUGIN_DIR}/bin/diff" -h - set -e -} - # Execution #Stop execution on any error @@ -163,4 +155,3 @@ getDownloadURL mkTempDir downloadFile installFile -testVersion