File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,6 @@ workflows:
33 version : 2
44 release-workflow :
55 jobs :
6- - release-snapshot :
7- filters :
8- branches :
9- only :
10- - master
116 - release :
127 filters :
138 tags :
@@ -18,6 +13,14 @@ workflows:
1813 jobs :
1914 - build
2015 - test
16+ - publish-snapshot :
17+ requires :
18+ - build
19+ - test
20+ filters :
21+ branches :
22+ only :
23+ - master
2124
2225commands :
2326 build-release :
@@ -78,15 +81,12 @@ jobs:
7881 - run-tests
7982
8083# ------------------------------------------------------------------------------
81- release -snapshot :
84+ publish -snapshot :
8285 docker :
8386 - image : mbgl/android-ndk-r19:latest
8487 working_directory : ~/code
8588 steps :
8689 - checkout
87- - build-release
88- - build-cli
89- - run-tests
9090 - deploy :
9191 name : Publish Java snapshot libraries to Mapbox SDK Registry
9292 command : |
Original file line number Diff line number Diff line change 2424 "PolicyDocument": {
2525 "Statement": [
2626 {
27- "Action": ["s3:PutObject"],
27+ "Action": ["s3:PutObject", "s3:ListObject" ],
2828 "Effect": "Allow",
2929 "Resource": [
3030 "arn:aws:s3:::mapbox-api-downloads-production/v2/*",
You can’t perform that action at this time.
0 commit comments