You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error clearly say that a version system like coding is not correctly configured. Beside that please follow the issue template where it's kindly requested to put support questions on discourse.drone.io
@eyeye i found git clone git@github.com:drone/drone-enterprise.git extras at drone.sh
so release/drone-server build from git@github.com:drone/drone-enterprise.git/cmd/drone-server, i think drone-server in git@github.com:drone/drone-enterprise.git not supported coding.
Activity
tboerger commentedon Apr 21, 2018
The error clearly say that a version system like coding is not correctly configured. Beside that please follow the issue template where it's kindly requested to put support questions on discourse.drone.io
eyeye commentedon Apr 24, 2018
I encounter this issue too.
When use drone from latest docker image, setting DRONE_CODING=true has no effect, result: "version control system not configured".
When build drone from git source code, It's works.
bysir-zl commentedon Apr 26, 2018
@eyeye do you have docker image that fixed this bug?
eyeye commentedon Apr 26, 2018
I found
at .drone.sh,
You use drone-enterprise.git for extras to build the docker image, not the open source code.
Is that the problem?
bysir-zl commentedon Apr 26, 2018
@eyeye i found
git clone git@github.com:drone/drone-enterprise.git extras
at drone.shso release/drone-server build from
git@github.com:drone/drone-enterprise.git/cmd/drone-server
, i think drone-server ingit@github.com:drone/drone-enterprise.git
not supported coding.bysir-zl commentedon Apr 26, 2018
@eyeye i tryed build drone from git source code , but it has other problem :
sql: unknown driver \"sqlite3\" (forgotten import?)
, how you do that?bradrydzewski commentedon May 2, 2018
this is now fixed in
drone/drone:latest