Skip to content

Commit b81663f

Browse files
committed
Move snapshot to default workflow
1 parent aec5a1a commit b81663f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

2225
commands:
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: |

cloudformation/ci.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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/*",

0 commit comments

Comments
 (0)