Compare commits

..

2 Commits

Author SHA1 Message Date
76f6af9187 only one capacity
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-15 18:26:22 +01:00
f34291aa05 enabled jsonnet in drone 2023-12-13 13:53:09 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ job "drone-runner" {
DRONE_RPC_SECRET = "7eb685ed81d0c34bafc5efa7783c20b2"
DRONE_RPC_HOST = "drone.service.nr5"
DRONE_RPC_PROTO = "http"
DRONE_RUNNER_CAPACITY = 1
DRONE_LOGS_DEBUG = true
DRONE_LOGS_TRACE = true
}

View File

@@ -67,6 +67,7 @@ job "drone" {
DRONE_RPC_SECRET = "7eb685ed81d0c34bafc5efa7783c20b2"
DRONE_SERVER_HOST = "drone.service.nr5"
DRONE_SERVER_PROTO = "http"
DRONE_JSONNET_ENABLED = true
DRONE_LOGS_DEBUG = true
DRONE_LOGS_TRACE = true
}