Skip to content

Commit 942eeb1

Browse files
kkaefermike-unearth
authored andcommitted
Speed up release deploys (mapbox#9298)
1 parent 67a1158 commit 942eeb1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,6 @@ jobs:
278278
command: |
279279
function upload {
280280
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
285281
}
286282
287283
upload mapbox-gl.js application/javascript

0 commit comments

Comments
 (0)