aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-24 15:06:18 -0400
committerGitHub <noreply@github.com>2021-03-24 15:06:18 -0400
commit65efe76b1af23f69371bac1207f56a35bb48365a (patch)
tree2d7e957bdbc5915a94c3befe5605ded7d6e27344
parent21d15d4f1984a8da0331dc364ef4a928be6b5ed9 (diff)
parentaae20947c16f4fd1b51729205209c2c22dfb8fd9 (diff)
Merge pull request #325 from leonyjiang/hotfix-circle-ci-config
[Hotfix] Fix Typo in config.yml, Update Build Mode
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8878e2e3..f8b4fcc9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -39,12 +39,12 @@ workflows:
jobs:
- checkout_code
- analyze_code:
- requries: -checkout_code
+ requires: -checkout_code
- rn/ios_build:
name: build_ios_release
project_path: ios/Frontend.xcodeproj
device: 'iPhone 11'
- build_configuration: Release
+ build_configuration: Debug
scheme: Frontend
requires:
- analyze_code