From ac4fd46276377897d973bf169415fc24400d7fcf Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 12 May 2017 16:46:01 -0400 Subject: [PATCH] Update grouper-appliance.json --- grouper-appliance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grouper-appliance.json b/grouper-appliance.json index 8f86ab2..3bbee50 100644 --- a/grouper-appliance.json +++ b/grouper-appliance.json @@ -93,14 +93,14 @@ "post-processors": [ { "type": "compress", - "keep_input_artifact": 1, + "keep_input_artifact": true, "only": ["grouper-appliance-centos7"], "compression_level": "9", "output": "builds/TIER-{{user `outputfile_name`}}-ova-{{user `timestamper`}}.tar.gz" }, { "type": "compress", - "keep_input_artifact": 1, + "keep_input_artifact": true, "only": ["grouper-appliance-centos7-vmware"], "compression_level": "9", "output": "builds/TIER-{{user `outputfile_name`}}-vmware-{{user `timestamper`}}.tar.gz"