We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a1158 commit 942eeb1Copy full SHA for 942eeb1
.circleci/config.yml
@@ -278,10 +278,6 @@ jobs:
278
command: |
279
function upload {
280
aws s3 cp --acl public-read --content-type $2 dist/$1 s3://mapbox-gl-js/$CIRCLE_TAG/$1
281
-
282
- AWS_ACCESS_KEY_ID=$AWSCN_ACCESS_KEY_ID \
283
- AWS_SECRET_ACCESS_KEY=$AWSCN_SECRET_ACCESS_KEY \
284
- aws s3 cp --region cn-north-1 --acl public-read --content-type $2 dist/$1 s3://mapbox-gl-js-cn-north-1/$CIRCLE_TAG/$1
285
}
286
287
upload mapbox-gl.js application/javascript
0 commit comments