Typo in CircleCI/config.yml (#361)

Summary:
My bad, forgot the `steps` key.
Pull Request resolved: https://github.com/facebook/flipper/pull/361

Differential Revision: D13760713

Pulled By: passy

fbshipit-source-id: 7650644827dbd9919681cd16a72ccf0140f59446
This commit is contained in:
Pavlos-Petros Tournaris
2019-01-22 02:27:01 -08:00
committed by Facebook Github Bot
parent 51c496ddef
commit 682b9bda57

View File

@@ -13,6 +13,7 @@ jobs:
executor: default-executor
docker:
- image: circleci/android:api-28-ndk-r17b
steps:
- run:
name: Add accepted Android SDK license
command: |