diff options
author | Oz Linden <oz@lindenlab.com> | 2016-09-07 13:57:34 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-09-07 13:57:34 -0400 |
commit | 3e16c29edcfea7542e23ec6066882c5264029bb6 (patch) | |
tree | 35bf16cd1f872c9ff13024351cf2adf4e7183306 | |
parent | e2855de8bce3b3b38df13d74e7bba87a61f1a241 (diff) |
don't upload summary.json
-rwxr-xr-x | build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |