File tree 1 file changed +2
-29
lines changed
1 file changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
command : sh ./scripts/pigeon.sh
133
133
- run :
134
134
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
136
136
- run :
137
137
name : Build Escape
138
138
working_directory : Escape
@@ -148,31 +148,4 @@ workflows:
148
148
version : 2
149
149
build-test-and-approval-deploy :
150
150
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
You can’t perform that action at this time.
0 commit comments