File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -272,19 +272,19 @@ workflows:
272
272
- tests :
273
273
requires :
274
274
- package_dependencies
275
- # - www_build:
276
- # requires:
277
- # - tests
278
- # - package_dependencies
279
- # filters:
280
- # branches:
281
- # only: /^(master|live)$/
282
- # - www_deploy:
283
- # requires:
284
- # - www_build
285
- # filters:
286
- # branches:
287
- # only: /^(master|live)$/
275
+ - www_build :
276
+ requires :
277
+ - tests
278
+ - package_dependencies
279
+ filters :
280
+ branches :
281
+ only : /^(master|live)$/
282
+ - www_deploy :
283
+ requires :
284
+ - www_build
285
+ filters :
286
+ branches :
287
+ only : /^(master|live)$/
288
288
- ember_cordova_build :
289
289
requires :
290
290
- tests
@@ -299,10 +299,10 @@ workflows:
299
299
filters :
300
300
branches :
301
301
only : /^(master|live)$/
302
- # - ios_build_and_deploy:
303
- # requires:
304
- # - tests
305
- # - ember_cordova_build
306
- # filters:
307
- # branches:
308
- # only: /^(master|live)$/
302
+ - ios_build_and_deploy :
303
+ requires :
304
+ - tests
305
+ - ember_cordova_build
306
+ filters :
307
+ branches :
308
+ only : /^(master|live)$/
You can’t perform that action at this time.
0 commit comments