File tree 2 files changed +4
-34
lines changed
2 files changed +4
-34
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,6 @@ jobs:
115
115
- flutter_sdk.zip
116
116
- Pods
117
117
118
- release :
119
- docker :
120
- - image : cirrusci/flutter
121
- steps :
122
- - checkout
123
- - run : ./release.sh
124
-
125
118
publish :
126
119
macos :
127
120
xcode : " 10.1.0"
@@ -136,7 +129,8 @@ workflows:
136
129
version : 2
137
130
build-test-and-approval-deploy :
138
131
jobs :
139
- - flutter_tests
132
+ - flutter_tests :
133
+ context : cross-platform
140
134
- android_tests
141
135
- ios_tests
142
136
- hold :
@@ -148,15 +142,10 @@ workflows:
148
142
filters :
149
143
branches :
150
144
only : master
151
- - release :
152
- requires :
153
- - hold
154
- filters :
155
- branches :
156
- only : master
157
145
- publish :
146
+ context : cross-platform
158
147
requires :
159
- - release
148
+ - hold
160
149
filters :
161
150
branches :
162
151
only : master
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments