TEST
Build Coredns with netboxdns plugin / build (push) Failing after -1s

This commit is contained in:
2025-12-23 23:22:35 -07:00
parent dd0233a1b8
commit 700a67bd27
+1 -1
View File
@@ -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]