From 682b9bda573e9dacd580e9f4e7dc8ede14cacc41 Mon Sep 17 00:00:00 2001
From: Pavlos-Petros Tournaris
Date: Tue, 22 Jan 2019 02:27:01 -0800
Subject: [PATCH] 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
---
.circleci/config.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 00f894388..318a24292 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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: |