We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow installation guide https://docs.drone.io/runner/exec/overview/ to obtain binaries or build yourself from sources. !!!DO NOT INSTALL AS SERVICE!!!
DRONE_RPC_SECRET=... LABEL_ROLE=... cat <<EOF > "drone-runner-${LABEL_ROLE}.env" DRONE_RPC_PROTO="https" DRONE_RPC_HOST="drone.infra.zxteam.net" DRONE_RPC_SECRET="${DRONE_RPC_SECRET}" DRONE_RUNNER_CAPACITY="1" DRONE_HTTP_BIND="-1" DRONE_UI_DISABLE="true" DRONE_RUNNER_LABELS="role:${LABEL_ROLE}" EOF ./drone-runner-exec daemon "drone-runner-${LABEL_ROLE}.env"
The text was updated successfully, but these errors were encountered:
Similar feature woodpecker-ci/woodpecker#4019
Sorry, something went wrong.
Looks like main loop of runner here https://github.com/theanurin/gitness/blob/drone-1-single-pipeline/operator/runner/runner.go#L540-L551
theanurin
When branches are created from issues, their pull requests are automatically linked.
Make a feature for Drone runner to execute single pipeline only (and shutdown)
Notes
Connect runner to Drone CI server
Follow installation guide https://docs.drone.io/runner/exec/overview/ to obtain binaries or build yourself from sources.
!!!DO NOT INSTALL AS SERVICE!!!
The text was updated successfully, but these errors were encountered: