[solved] Build never starts - kubernets install - logs looks ok, builds are created triggered by github changes, but nothing happens

Found the issue, it was missing the “type: kubernetes” in my “.drone-io.yml” build file.

I did not expect that I had to be specific as the type of backend being used. Now I know :slight_smile: Works fine now.