Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The yaml validator skipped the indentation error for commands in freestyle step #11

Open
nCodefresh opened this issue Nov 24, 2016 · 1 comment

Comments

@nCodefresh
Copy link

version: '1.0'
steps:
  freestyle_step:
      image: node:latest
      working-directory: ${{initial-clone}}
      commands:
      - test

Actual result: Rejoice! Your Codefresh YAML is valid!
version of cyv: 0.0.5

@noamt
Copy link
Contributor

noamt commented Nov 27, 2016

Are you sure that the YAML requires the extra indentation for the array elements? it looks like it should work fine. I created a test with array elements indented on the same level as commands and it works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants