diff --git a/vars/sh.groovy b/vars/sh.groovy deleted file mode 100644 index 4976e3f..0000000 --- a/vars/sh.groovy +++ /dev/null @@ -1,4 +0,0 @@ -def call(String command) { - echo "I'm not going to bother calling ${command} even though you asked" - steps.sh command -}