Use manual clone with alpine instead of drone/git (pull-through cache issue)

This commit is contained in:
Viktor Barzin 2026-02-22 18:05:53 +00:00
parent 8df72b545c
commit 45f4459dbc
2 changed files with 16 additions and 4 deletions

View file

@ -321,10 +321,6 @@ resource "kubernetes_deployment" "drone_runner" {
name = "DRONE_DEBUG"
value = "true"
}
env {
name = "DRONE_IMAGE_CLONE"
value = "alpine/git:latest"
}
}
}
}