kind: pipeline type: docker name: DAFLPipeline steps: - name: app-build image: cirrusci/flutter:stable commands: - sudo chown -R cirrus:cirrus . - flutter doctor - flutter test