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"