From 5cb495e496ce05332a7cd9ffe6aa62d8e43d6fed Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Sun, 16 Jun 2019 11:51:15 +0200 Subject: [PATCH] [enh] #96 do not echo commands with password in MakeFile fix: new commands added to .PHONY recipes --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34b25197..10d29972 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -.PHONY: docs tests check check-format mypy pylint format +.PHONY: docs tests check check-format mypy pylint format build deploy deploy_test +.SILENT: deploy deploy_test # do not echo commands with password # generate documentation docs: -- GitLab