I installed Drone CLI on a new laptop and I am getting an error I have never seen before.
💥 pricing-sheets (change/fix-upload-path) drone exec
2018/02/20 10:32:10 repository name must be canonical
I am running Drone 0.8.2 and I have tried very simple “hello world” style .drone.yml files to no avail…
pipeline:
build:
image: ubuntu:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- env
Any suggestions as to whats going on would be appreciated.
-John