From 8ebb9ebc79ad005a02971082e4b6571c19bec370 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 21 Feb 2017 10:22:39 -0600 Subject: [PATCH] fix bug on command in shibb json file --- shibboleth-appliance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index f3ac667..22c8c9d 100644 --- a/shibboleth-appliance.json +++ b/shibboleth-appliance.json @@ -32,7 +32,7 @@ }, { "type": "shell", - "inline": ["sudo centos echo 'TIERBUILD='{{user `build_number`}} > /home/centos/buildenv.bash"] + "inline": ["echo 'TIERBUILD='{{user `build_number`}} > /home/centos/buildenv.bash"] } ], "builders": [