mirror of https://github.com/helm/helm
Test plugins were in the original format. Updated to current format and fixed the tests to stop silently ignoring the broken test.pull/1619/head
parent
190dafbc8e
commit
a9f3de84e1
@ -1,4 +1,4 @@
|
||||
name: args
|
||||
usage: "echo args"
|
||||
description: "This echos args"
|
||||
command: "$HELM_HOME/plugins/args.sh"
|
||||
command: "$HELM_PLUGIN_DIR/args.sh"
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
echo $HELM_PLUGIN_SHORTNAME
|
||||
echo $HELM_PLUGIN_NAME
|
||||
echo $HELM_PLUGIN_DIR
|
||||
echo $HELM_PLUGIN
|
||||
echo $HELM_HOME
|
||||
echo $HELM_PATH_REPOSITORY
|
@ -1,4 +1,4 @@
|
||||
name: fullenv
|
||||
usage: "show env vars"
|
||||
description: "show all env vars"
|
||||
command: "$HELM_HOME/plugins/fullenv.sh"
|
||||
command: "$HELM_PLUGIN_DIR/fullenv.sh"
|
Loading…
Reference in new issue