From 3f38d5328a66f91b49fcfeb02c6659dd2f4cfcb7 Mon Sep 17 00:00:00 2001 From: Gibson Ong Date: Tue, 19 May 2026 22:31:19 +0800 Subject: [PATCH] not working --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index c616712df1..6c402dd1c3 100644 --- a/Makefile +++ b/Makefile @@ -341,9 +341,6 @@ check-tools-external: check-tools-internal: @$(CURDIR)/tools/tools.sh check-internal -.PHONY: check-tools-pipeline -check-tools-pipeline: - @$(CURDIR)/tools/tools.sh check-pipeline check-vault-in-path: @VAULT_BIN=$$(command -v vault) || { echo "vault command not found"; exit 1; }; \ @@ -362,9 +359,6 @@ tools-external: tools-internal: @$(CURDIR)/tools/tools.sh install-internal -.PHONY: tools-pipeline -tools-pipeline: - @$(CURDIR)/tools/tools.sh install-pipeline mysql-database-plugin: @CGO_ENABLED=0 $(GO_CMD) build -o bin/mysql-database-plugin ./plugins/database/mysql/mysql-database-plugin