You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Orb version
Orb version 1.0.1
What happened
While looking at the examples I noticed that none of them pass validation.
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.
The text was updated successfully, but these errors were encountered: