Skip to content

Commit

Permalink
Don't output help on install (#621)
Browse files Browse the repository at this point in the history
This isn't a real test, and it produces noise on each install, which
isn't desired in case of running under CI environment.
  • Loading branch information
z0rc authored Jun 15, 2024
1 parent 1a0f107 commit e5e3ad5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -163,4 +155,3 @@ getDownloadURL
mkTempDir
downloadFile
installFile
testVersion

0 comments on commit e5e3ad5

Please sign in to comment.