This commit is contained in:
@@ -11,6 +11,10 @@ environment:
|
|||||||
TARGET_HOST: "test.chaos"
|
TARGET_HOST: "test.chaos"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: git log
|
||||||
|
image: git
|
||||||
|
commands:
|
||||||
|
- git diff-tree --no-commit-id --name-only HEAD -r
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ job "drone-runner" {
|
|||||||
|
|
||||||
config {
|
config {
|
||||||
image = "docker.io/drone/drone-runner-docker:latest"
|
image = "docker.io/drone/drone-runner-docker:latest"
|
||||||
force_pull = true
|
force_pull = false
|
||||||
ports = ["http"]
|
ports = ["http"]
|
||||||
privileged = true
|
privileged = true
|
||||||
volumes = [
|
volumes = [
|
||||||
@@ -48,8 +48,8 @@ job "drone-runner" {
|
|||||||
DRONE_RPC_HOST = "drone.service.nr5"
|
DRONE_RPC_HOST = "drone.service.nr5"
|
||||||
DRONE_RPC_PROTO = "http"
|
DRONE_RPC_PROTO = "http"
|
||||||
DRONE_RUNNER_CAPACITY = 1
|
DRONE_RUNNER_CAPACITY = 1
|
||||||
DRONE_LOGS_DEBUG = true
|
DRONE_LOGS_DEBUG = false
|
||||||
DRONE_LOGS_TRACE = true
|
DRONE_LOGS_TRACE = false
|
||||||
DOCKER_BUILDKIT = 1
|
DOCKER_BUILDKIT = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user