summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-25 13:44:41 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-03-25 13:44:41 -0700
commitccb9f75a0e97e5cc156b53f833ed2ff47086cc65 (patch)
treede77492135a59ec6a366845c24c013b13109b0c0
parent3c15bb5c6cd20fb03e708eb9ca2bd9f5ee90092f (diff)
downloadqtlocation-mapboxgl-ccb9f75a0e97e5cc156b53f833ed2ff47086cc65.tar.gz
[build] rename source
-rw-r--r--ci.template2
-rwxr-xr-xscripts/code-coverage.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci.template b/ci.template
index f29d8d1608..cb42a08880 100644
--- a/ci.template
+++ b/ci.template
@@ -160,7 +160,7 @@
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::mapbox-loading-dock/raw/mobile.binarysize/*",
- "arn:aws:s3:::mapbox-loading-dock/raw/mobile.codecoverage/*",
+ "arn:aws:s3:::mapbox-loading-dock/raw/mobile.code_coverage/*",
"arn:aws:s3:::mapbox-loading-dock/raw/mobile_staging.docs_coverage/*"
]
}
diff --git a/scripts/code-coverage.sh b/scripts/code-coverage.sh
index c58501605d..a33ae377fb 100755
--- a/scripts/code-coverage.sh
+++ b/scripts/code-coverage.sh
@@ -34,6 +34,6 @@ if [ -z `which aws` ]; then
brew install awscli
fi
-aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.codecoverage/$current_date/
+aws s3 cp $file_name.gz s3://mapbox-loading-dock/raw/mobile.code_coverage/$current_date/
echo $