no debug any more

This commit is contained in:
2023-10-22 15:40:00 +02:00
parent 3260aed82c
commit 610d333b75
2 changed files with 4 additions and 4 deletions

View File

@@ -57,8 +57,8 @@ job "drone-runner" {
DRONE_RPC_SECRET = "7eb685ed81d0c34bafc5efa7783c20b2"
DRONE_RPC_HOST = "drone.service.nr5"
DRONE_RPC_PROTO = "http"
DRONE_LOGS_DEBUG = true
DRONE_LOGS_TRACE = true
DRONE_LOGS_DEBUG = false
DRONE_LOGS_TRACE = false
}
resources {

View File

@@ -60,8 +60,8 @@ job "drone" {
DRONE_RPC_SECRET = "7eb685ed81d0c34bafc5efa7783c20b2"
DRONE_SERVER_HOST = "drone.service.nr5"
DRONE_SERVER_PROTO = "http"
DRONE_LOGS_DEBUG = true
DRONE_LOGS_TRACE = true
DRONE_LOGS_DEBUG = false
DRONE_LOGS_TRACE = false
}
resources {