Skip to content

Commit

Permalink
Use CircleCI for SNAPSHOT deployment (facebook#260)
Browse files Browse the repository at this point in the history
Summary:
Per title. It actually works!
Pull Request resolved: facebook#260

Reviewed By: jknoxville

Differential Revision: D9633320

Pulled By: passy

fbshipit-source-id: 10ee856977fa0a337972a472d41eb7a83075c39b
  • Loading branch information
passy authored and facebook-github-bot committed Sep 4, 2018
1 parent 9939a9e commit cf3cb0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ jobs:
- image: circleci/android:api-28-ndk-r17b
steps:
- checkout
- run: ./gradlew :sample:assembleDebug
- run:
name: build and deploy
command: |
./gradlew :sample:assembleDebug
scripts/publish-android-snapshot.sh
workflows:
version: 2
Expand Down
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,3 @@ matrix:
- cd ../
script:
- ./gradlew :sample:assembleDebug
deploy:
- provider: script
script: "scripts/publish-android-snapshot.sh"
skip_cleanup: true
on:
branch: master
Binary file modified scripts/gradle-publish-keys.enc
Binary file not shown.

0 comments on commit cf3cb0d

Please sign in to comment.