I can't use the drone cli, it just told me:
Stage '' not found in build file : resource not found
What the problem is?
And it also told me:
proto: duplicate proto type registered: PluginSpec
proto: duplicate proto type registered: PluginPrivilege
When I used drone
command
Is this a problem?
Here is my .drone.yml
kind: pipeline
type: exec
name: test
steps:
- name: echo
commands:
- echo "hello world"