ray2211

Results 2 issues of ray2211

I have been encountering repeated "http: no content returned: re-connect and re-try" errors in the logs of my Drone Runner. My build status in Drone CI/CD is always "pending" and...

### Observed Behaviour i try to run container ``` docker run -d \ --publish=3000:3000 \ --env=DRONE_DEBUG=true \ --env=DRONE_SECRET=XXX \ --env=TOKEN=XXX \ --env=PROVIDER=gitlab \ --env=GITHUB_SERVER=https://mygitlab.domain.com \ --restart=always \ --name=converter meltwater/drone-convert-pathschanged ```...

bug