Pipeline linter flags "incorrect type. Expected Object" when using multiple parallel steps in yml

Issue #195 duplicate
SMT - Lex Crielaars created an issue

Our pipeline is built up with a single step that does some prep-work and then a parallel step that uploads two packages at once. After that, there’s another parallel step that deploy a package to each build environment. The pipeline works as expected but the linter in VSCode throws up two errors saying: Incorrect type. Expected "object".

The online validator at https://bitbucket-pipelines.atlassian.io/validator vallidates our bitbucket-pipelines.yml correctly. Below is a screenshot. The values have been removed for this screenshot to protect the guilty.

Comments (1)

  1. Log in to comment