summaryrefslogtreecommitdiff
path: root/platform/ios/scripts
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-01 16:53:17 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-11 12:54:49 -0700
commit9e67549adb02454a87366fa13c597f08aa3aa23e (patch)
tree8e083aa4a1d3552a83f1b8638cc32c095884d713 /platform/ios/scripts
parent3d0f9a004e8055b45d008579e93c123a1e53997b (diff)
downloadqtlocation-mapboxgl-9e67549adb02454a87366fa13c597f08aa3aa23e.tar.gz
[ios] move to ios-release
Diffstat (limited to 'platform/ios/scripts')
-rwxr-xr-xplatform/ios/scripts/code-coverage.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/platform/ios/scripts/code-coverage.sh b/platform/ios/scripts/code-coverage.sh
index 05ea84b37a..2bc18a7706 100755
--- a/platform/ios/scripts/code-coverage.sh
+++ b/platform/ios/scripts/code-coverage.sh
@@ -26,7 +26,4 @@ echo $file_name
#
# upload to AWS
#
-# if [ -z `which aws` ]; then
-# brew install awscli
-# fi
-aws s3 cp $file_name.json https://s3.amazonaws.com/mapbox-loading-dock/raw/mobile.coverage/ \ No newline at end of file
+aws s3 cp $file_name.json s3://mapbox-loading-dock/raw/mobile.coverage/ \ No newline at end of file