Use manual clone with alpine instead of drone/git (pull-through cache issue)
This commit is contained in:
parent
8df72b545c
commit
45f4459dbc
2 changed files with 16 additions and 4 deletions
|
|
@ -321,10 +321,6 @@ resource "kubernetes_deployment" "drone_runner" {
|
|||
name = "DRONE_DEBUG"
|
||||
value = "true"
|
||||
}
|
||||
env {
|
||||
name = "DRONE_IMAGE_CLONE"
|
||||
value = "alpine/git:latest"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue