Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version control system not configured #2403

Closed
xujialiang opened this issue Apr 21, 2018 · 7 comments
Closed

version control system not configured #2403

xujialiang opened this issue Apr 21, 2018 · 7 comments

Comments

@xujialiang
Copy link

I use coding.net , but not work

@tboerger
Copy link

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
Copy link

eyeye commented 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
Copy link

@eyeye do you have docker image that fixed this bug?

@eyeye
Copy link

eyeye commented Apr 26, 2018

I found

git clone git@github.com:drone/drone-enterprise.git extras

go build -ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=build.'${DRONE_BUILD_NUMBER} -o release/drone-server github.com/drone/drone/extras/cmd/drone-server

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
Copy link

@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.

@bysir-zl
Copy link

@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
Copy link

this is now fixed in drone/drone:latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants