Skip to content

Commit 45a57e2

Browse files
committed
TMP
1 parent 7c084e8 commit 45a57e2

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

.circleci/config.yml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
command: sh ./scripts/pigeon.sh
133133
- run:
134134
name: Clone Escape
135-
command: git clone [email protected]:Instabug/Escape.git
135+
command: git clone -b fix/flutter-publish [email protected]:Instabug/Escape.git
136136
- run:
137137
name: Build Escape
138138
working_directory: Escape
@@ -148,31 +148,4 @@ workflows:
148148
version: 2
149149
build-test-and-approval-deploy:
150150
jobs:
151-
- flutter_tests
152-
- flutter_tests_2-10-5
153-
- test_android
154-
- ios_tests
155-
- format_flutter
156-
- lint_flutter:
157-
requires:
158-
- format_flutter
159-
- verify_pub:
160-
requires:
161-
- lint_flutter
162-
- hold_release:
163-
type: approval
164-
requires:
165-
- flutter_tests
166-
- flutter_tests_2-10-5
167-
- test_android
168-
- ios_tests
169-
- verify_pub
170-
filters:
171-
branches:
172-
only: master
173-
- release:
174-
requires:
175-
- hold_release
176-
filters:
177-
branches:
178-
only: master
151+
- release

0 commit comments

Comments
 (0)