I have a selfhosted Drone CI instance, and I get the following error when any new builds are created:
This is happening on every repository that goes through my CI system, and I’m not quite sure what’s causing it. Server logs are mentioning yaml validation error
, though I’m not getting much beyond that (the full log file can be found here).
For the repository in question inside that screenshot, you can find it on GitHub, and on my instance here. Here’s the config for the repository too if it helps:
Owner: makedeb
Repo: makedeb.org
Config: .drone/drone.jsonnet
Visibility: public
Private: false
Trusted: true
Protected: false
Remote: https://github.com/makedeb/makedeb.org.git
CancelRunning: false
CancelPulls: false
CancelPush: false
I suspected it might be due to the fact that I’m using a Jsonnet file and it’s just not converting it or something, but the same issue is happening with a YAML file in a testing repository as well.