Skip to content

Commit

Permalink
Speed up release deploys (#9298)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer authored Feb 14, 2020
1 parent 98e73b9 commit 8905d24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@ jobs:
command: |
function upload {
aws s3 cp --acl public-read --content-type $2 dist/$1 s3://mapbox-gl-js/$CIRCLE_TAG/$1
AWS_ACCESS_KEY_ID=$AWSCN_ACCESS_KEY_ID \
AWS_SECRET_ACCESS_KEY=$AWSCN_SECRET_ACCESS_KEY \
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
}
upload mapbox-gl.js application/javascript
Expand Down

0 comments on commit 8905d24

Please sign in to comment.