From 700a67bd27d1f19f0fc04b1b1f7708d8e571f750 Mon Sep 17 00:00:00 2001 From: restitux Date: Tue, 23 Dec 2025 23:22:35 -0700 Subject: [PATCH] TEST --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index bb13ee2..d84e8f6 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -52,7 +52,7 @@ main() { --user "$(id -u):$(id -g)" \ -v "$PWD":"$PWD" \ -w "$PWD" \ - golang:latest bash -c "make gen || go generate ./..." + golang:latest bash -c make core/plugin/zplugin.go core/dnsserver/zdirectives.go # 7. go mod replace plugin path to the cloned action repo # This assumes the plugin lives at github.com/doubleu-labs/coredns-netbox-plugin-dns in your repo. [web:16][web:23]