File tree Expand file tree Collapse file tree 2 files changed +4
-34
lines changed Expand file tree Collapse file tree 2 files changed +4
-34
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,6 @@ jobs:
115115 - flutter_sdk.zip
116116 - Pods
117117
118- release :
119- docker :
120- - image : cirrusci/flutter
121- steps :
122- - checkout
123- - run : ./release.sh
124-
125118 publish :
126119 macos :
127120 xcode : " 10.1.0"
@@ -136,7 +129,8 @@ workflows:
136129 version : 2
137130 build-test-and-approval-deploy :
138131 jobs :
139- - flutter_tests
132+ - flutter_tests :
133+ context : cross-platform
140134 - android_tests
141135 - ios_tests
142136 - hold :
@@ -148,15 +142,10 @@ workflows:
148142 filters :
149143 branches :
150144 only : master
151- - release :
152- requires :
153- - hold
154- filters :
155- branches :
156- only : master
157145 - publish :
146+ context : cross-platform
158147 requires :
159- - release
148+ - hold
160149 filters :
161150 branches :
162151 only : master
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments