Remove go generate from scripts

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2025-07-30 23:40:32 +00:00
committed by Brad Davidson
parent 8fff7f573b
commit cb061687d4
7 changed files with 2 additions and 55 deletions

View File

@@ -76,13 +76,3 @@ targets:
- "scripts/airgap/image-list.txt"
matchpattern: 'docker.io/rancher/mirrored-coredns-coredns:\S+'
replacepattern: 'docker.io/rancher/mirrored-coredns-coredns:{{ source "coredns-docker-image" }}'
go-generate:
name: "Run go generate"
kind: "shell"
sourceid: "get-pwd"
spec:
command: '{{ source "get-pwd" }}/updatecli/scripts/run-go-generate.sh'
environments:
- name: PATH
- name: HOME

View File

@@ -76,16 +76,3 @@ targets:
- "scripts/airgap/image-list.txt"
matchpattern: 'rancher/local-path-provisioner:v\d+\.\d+\.\d+(-\w+)?'
replacepattern: 'rancher/local-path-provisioner:{{ source `local-path-provisioner` }}'
go-generate:
name: "Run go generate"
kind: "shell"
scmid: "k3s"
dependson:
- "local-path-provisioner"
disablesourceinput: true
spec:
command: '{{ source "get-pwd" }}/updatecli/scripts/run-go-generate.sh'
environments:
- name: PATH
- name: HOME