diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-22 14:37:14 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-22 14:37:14 -0400 |
commit | 65261288bee6238e91e74807c8baad8501abf5c5 (patch) | |
tree | 74f54d09ef35354ba3c9493ac56915dfe0cee113 | |
parent | 4a5d823e77e80269ac44e5194c16013476fee36a (diff) |
disabled release
-rw-r--r-- | .circleci/config.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index b9914109..1311b55c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,11 +41,11 @@ workflows: - analyze_code: requires: - checkout_code - - rn/ios_build: - name: build_ios_release - project_path: ios/Frontend.xcodeproj - device: 'iPhone 11' - build_configuration: Debug - scheme: Frontend - requires: - - analyze_code + # - rn/ios_build: + # name: build_ios_release + # project_path: ios/Frontend.xcodeproj + # device: 'iPhone 11' + # build_configuration: Debug + # scheme: Frontend + # requires: + # - analyze_code |