trying to find out what the fuck is going on hiere
This commit is contained in:
@@ -37,7 +37,7 @@ job "drone-runner" {
|
||||
driver = "podman"
|
||||
volume_mount {
|
||||
volume = "drone-runner"
|
||||
destination = "/data"
|
||||
destination = "/drone"
|
||||
read_only = false
|
||||
}
|
||||
|
||||
@@ -57,8 +57,8 @@ job "drone-runner" {
|
||||
DRONE_RPC_SECRET = "7eb685ed81d0c34bafc5efa7783c20b2"
|
||||
DRONE_RPC_HOST = "drone.service.nr5"
|
||||
DRONE_RPC_PROTO = "http"
|
||||
DRONE_LOGS_DEBUG = false
|
||||
DRONE_LOGS_TRACE = false
|
||||
DRONE_LOGS_DEBUG = true
|
||||
DRONE_LOGS_TRACE = true
|
||||
}
|
||||
|
||||
resources {
|
||||
|
||||
Reference in New Issue
Block a user