Skip to content

version control system not configured #2403

Closed
@xujialiang

Description

@xujialiang

I use coding.net , but not work

Activity

tboerger

tboerger commented on Apr 21, 2018

@tboerger

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

eyeye commented on Apr 24, 2018

@eyeye

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

bysir-zl commented on Apr 26, 2018

@bysir-zl

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

eyeye

eyeye commented on Apr 26, 2018

@eyeye

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

bysir-zl commented on Apr 26, 2018

@bysir-zl

@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

bysir-zl commented on Apr 26, 2018

@bysir-zl

@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

bradrydzewski commented on May 2, 2018

@bradrydzewski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tboerger@bradrydzewski@eyeye@xujialiang@bysir-zl

        Issue actions

          version control system not configured · Issue #2403 · harness/harness