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 orb examples do not pass validation #6

Open
someword opened this issue Oct 31, 2019 · 0 comments
Open

The orb examples do not pass validation #6

someword opened this issue Oct 31, 2019 · 0 comments

Comments

@someword
Copy link

Orb version

Orb version 1.0.1

What happened

While looking at the examples I noticed that none of them pass validation.

❯ for f in $(ls) ; do
echo "Validating config $f"
circleci config validate $f
done
Validating config build-integration-command.yml
Error: ERROR IN CONFIG FILE:
[#] required key [jobs] not found
Validating config publish-docker-custom-build.yml
Error: ERROR IN CONFIG FILE:
[#] required key [jobs] not found
Validating config publish-docker-simple.yml
Error: ERROR IN CONFIG FILE:
[#] required key [jobs] not found
Validating config upload-job.yml
Error: ERROR IN CONFIG FILE:
[#] required key [jobs] not found

Expected behavior

It's possible i'm missing something but i would expect that all of the configs in the examples folder to be valid configurations.

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

1 participant