Remove the demonstration sh step wrapper

This commit is contained in:
R. Tyler Croy 2017-08-25 14:45:05 -07:00
parent 1ed6421fbb
commit d968d85eba
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
def call(String command) {
echo "I'm not going to bother calling ${command} even though you asked"
steps.sh command
}