The following YAML gives an odd error

      image: node:4.7.0
      pipelines:
        default:
          - step:
            script:
              - npm install
              - npm run lint
              - npm run test
              - npm run build
        branches:
          master:
            - step:
              script:
                - npm install
                - npm run lint
                - npm run test
                - npm run build
                - npm version patch
                - npm run deploy
      

      It shows the error message The '' section in your bitbucket-pipelines.yml file is missing a ''. Please add the missing '' to fix the error. which obviously doesn't help much in troubleshooting it

      I tried putting it through a YAML linter and it seems to be valid.

              Unassigned Unassigned
              e3f430d5d3be RichardS
              Affected customers:
              0 This affects my team
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: