mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
not working
This commit is contained in:
parent
142a9c0465
commit
3f38d5328a
1 changed files with 0 additions and 6 deletions
6
Makefile
6
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue