From 3e16c29edcfea7542e23ec6066882c5264029bb6 Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Wed, 7 Sep 2016 13:57:34 -0400
Subject: [PATCH] don't upload summary.json

---
 build.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/build.sh b/build.sh
index 9fc3bc45030..4f30fc64fb5 100755
--- a/build.sh
+++ b/build.sh
@@ -371,8 +371,6 @@ then
       # Upload base package.
       python_cmd "$helpers/codeticket.py" output --label installer --output "$package" 
 
-      [ -f $build_dir/summary.json ] && python_cmd "$helpers/codeticket.py" output --label "installer metadata" --output $build_dir/summary.json --mimetype application/json --display
-
       # Upload additional packages.
       for package_id in $additional_packages
       do
-- 
GitLab