From d968d85eba1f7faaec1ab7d8b9456ab874502a42 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Fri, 25 Aug 2017 14:45:05 -0700 Subject: [PATCH] Remove the demonstration sh step wrapper --- vars/sh.groovy | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 vars/sh.groovy 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 -}