From 83dfdb799c086bfe390d7b9e4a6a068c2385d69e Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Tue, 28 Apr 2026 19:20:36 -0700 Subject: [PATCH] fix(bootstrap-k0s): use installed proto tools from moon --- bootstrap/k0s/moon.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap/k0s/moon.yml b/bootstrap/k0s/moon.yml index b3eb765..c389d3d 100644 --- a/bootstrap/k0s/moon.yml +++ b/bootstrap/k0s/moon.yml @@ -13,7 +13,7 @@ project: tasks: lint: - command: 'proto exec hadolint -- hadolint Dockerfile' + command: 'hadolint Dockerfile' toolchains: 'system' inputs: - '/.prototools' @@ -25,7 +25,7 @@ tasks: runInCI: true vet: command: >- - bash -lc "proto exec cue -- cue vet -c k0s.cue + bash -lc "cue vet -c k0s.cue -t pod_cidr=10.244.0.0/16 -t service_cidr=10.96.0.0/12 -t public_ip=10.10.20.1 @@ -48,8 +48,8 @@ tasks: runInCI: true check: command: >- - bash -lc "proto exec hadolint -- hadolint Dockerfile && - proto exec cue -- cue vet -c k0s.cue + bash -lc "hadolint Dockerfile && + cue vet -c k0s.cue -t pod_cidr=10.244.0.0/16 -t service_cidr=10.96.0.0/12 -t public_ip=10.10.20.1