summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-01 15:59:48 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-11 12:54:49 -0700
commit3d0f9a004e8055b45d008579e93c123a1e53997b (patch)
tree30c1175e31755381be7a71dc7954a369b6aa3b8f
parentcc2a3c47f057c7d82d7c8833c2724660efecb1cc (diff)
downloadqtlocation-mapboxgl-3d0f9a004e8055b45d008579e93c123a1e53997b.tar.gz
[ios] test not importing awscli
-rwxr-xr-xplatform/ios/scripts/code-coverage.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/ios/scripts/code-coverage.sh b/platform/ios/scripts/code-coverage.sh
index ec476c7f26..05ea84b37a 100755
--- a/platform/ios/scripts/code-coverage.sh
+++ b/platform/ios/scripts/code-coverage.sh
@@ -26,7 +26,7 @@ echo $file_name
#
# upload to AWS
#
-if [ -z `which aws` ]; then
- brew install awscli
-fi
-aws s3 cp $file_name.json s3://mapbox-loading-dock/raw/mobile.coverage/ \ No newline at end of file
+# 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