Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 98d486b

Browse files
author
Kevin Li
authored
Add mbx-ci config for CI (#675)
* Add config for mbx-ci * Add ssh keys * Add ssh keys * Add ssh keys * Remove run app on firebase * Reset config
1 parent 6db4db9 commit 98d486b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

circle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ jobs:
277277
IS_LOCAL_DEVELOPMENT: false
278278
steps:
279279
- install-dependencies: { gradle: true }
280+
- add_ssh_keys:
281+
fingerprints:
282+
- "3b:cd:47:bf:57:9c:e5:36:b0:4d:5f:12:5e:d3:b3:3e"
280283
- run:
281284
name: Initialize vendor submodules
282285
command: git submodule update --init --recursive vendor
@@ -326,6 +329,8 @@ jobs:
326329
name: Publish to SDK Registry
327330
command: |
328331
if [[ $CIRCLE_TAG == android-v* ]]; then
332+
curl -Ls https://mapbox-release-engineering.s3.amazonaws.com/mbx-ci/latest/mbx-ci-linux-amd64 > mbx-ci && chmod 755 ./mbx-ci
333+
./mbx-ci aws setup
329334
make run-android-upload-to-sdk-registry
330335
fi
331336
- generate-api-javadoc

0 commit comments

Comments
 (0)