From 73feb4f0678447f80824b6f45e0f45fc779872d3 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 18 Dec 2018 11:03:36 -0200 Subject: [PATCH] [CHORE] Add hold step on CircleCI before TestFlight (#572) --- .circleci/config.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c7e5d7dd..5f98f661b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -275,18 +275,13 @@ workflows: - ios-build: requires: - lint-testunit - - ios-testflight: + - ios-hold-testflight: + type: approval requires: - ios-build - filters: - branches: - only: - - beta - - develop - - master - # - ios-testflight: - # requires: - # - ios-hold-testflight + - ios-testflight: + requires: + - ios-hold-testflight - android-build: requires: