How do we setup the drone server so that we don’t have to assign an org? Because I’m getting this error:
time="2018-02-05T01:43:18Z" level=error msg="cannot verify team membership for ."
How do we setup the drone server so that we don’t have to assign an org? Because I’m getting this error:
time="2018-02-05T01:43:18Z" level=error msg="cannot verify team membership for ."
How do we setup the drone server so that we don’t have to assign an org?
If you do not set the DRONE_ORGS
variable, organization access will not be required. Sounds like you have the variable set, but perhaps do not realize it (blank or space value). Relevant code here: https://github.com/drone/drone/blob/master/server/login.go#L63