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 committed Feb 19, 2020
1 parent 66f0920 commit bac778a
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 @@ -252,10 +252,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 bac778a

Please sign in to comment.