summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-09-07 13:57:34 -0400
committerOz Linden <oz@lindenlab.com>2016-09-07 13:57:34 -0400
commit3e16c29edcfea7542e23ec6066882c5264029bb6 (patch)
tree35bf16cd1f872c9ff13024351cf2adf4e7183306
parente2855de8bce3b3b38df13d74e7bba87a61f1a241 (diff)
don't upload summary.json
-rwxr-xr-xbuild.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 9fc3bc4503..4f30fc64fb 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