drone here?
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
2023-10-21 19:39:36 +02:00
parent ede29d581f
commit 6057353b46

View File

@@ -53,6 +53,7 @@ job "drone" {
env { env {
TZ = "Europe/Berlin" TZ = "Europe/Berlin"
DRONE_GIT_ALWAYS_AUTH = true
DRONE_GITEA_SERVER = "http://gitea.service.nr5" DRONE_GITEA_SERVER = "http://gitea.service.nr5"
DRONE_GITEA_CLIENT_ID = "6c48da2c-2748-438e-b776-51f41d3fe607" DRONE_GITEA_CLIENT_ID = "6c48da2c-2748-438e-b776-51f41d3fe607"
DRONE_GITEA_CLIENT_SECRET = "gto_ewohqwympejkb52veheox6doc4juodojyyvph4yf4gekhgtx7zna" DRONE_GITEA_CLIENT_SECRET = "gto_ewohqwympejkb52veheox6doc4juodojyyvph4yf4gekhgtx7zna"
@@ -62,7 +63,7 @@ job "drone" {
} }
resources { resources {
cpu = 200 cpu = 100
memory = 128 memory = 128
} }