Skip to content

Add no_get param to Concourse schema #1017

Closed
@ThibaultDelaune-pro

Description

@ThibaultDelaune-pro

Describe the bug

Concourse CI Pipeline Editor VSCode extensions are falsely reporting a problem with no_get param in PUT steps.

Error message:

Unknown property 'no_get' for type 'PutStep' vscode-concourse(YamlSchemaProblem)

To Reproduce

---
jobs:
- put: email
  no_get: true
  params:
    ...

Fix

Please add no_get to Concourse schema.

cf. https://concourse-ci.org/put-step.html#schema.put.no_get

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions