We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320a5ad commit 3dc9b57Copy full SHA for 3dc9b57
install-binary.sh
@@ -143,14 +143,6 @@ exit_trap() {
143
exit $result
144
}
145
146
-# testVersion tests the installed client to make sure it is working.
147
-testVersion() {
148
- set +e
149
- echo "$PROJECT_NAME installed into $HELM_PLUGIN_DIR/$PROJECT_NAME"
150
- "${HELM_PLUGIN_DIR}/bin/diff" -h
151
- set -e
152
-}
153
-
154
# Execution
155
156
#Stop execution on any error
@@ -163,4 +155,3 @@ getDownloadURL
163
mkTempDir
164
downloadFile
165
157
installFile
166
-testVersion
0 commit comments