Skip to content

Commit

Permalink
feat: use proxy image for clone (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rufusnufus authored May 31, 2024
1 parent 1234719 commit 35a7a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ poller:
fmt.Sprintf("DRONE_RPC_SECRET=%s", i.secret),
fmt.Sprintf("DRONE_RUNNER_CAPACITY=%v", instance.Capacity),
fmt.Sprintf("DRONE_RUNNER_NAME=%s", instance.Name),
fmt.Sprintf("DRONE_RUNNER_CLONE_IMAGE=%s", "docker.infra.cluster.kznexpess.com/drone/git"),
)

if s := i.runner.Volumes; s != "" {
Expand Down

0 comments on commit 35a7a73

Please sign in to comment.