Skip to content

Commit c6afd5c

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
makefile: remove --debug option from build-image command
This can be toggled via an env var too so there's no need to produce a lot of debug info whenever the makefile is used. Signed-off-by: John Mulligan <[email protected]>
1 parent 56164e9 commit c6afd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ALT_BIN=$(CURDIR)/.bin
77
SHELLCHECK=$(shell command -v shellcheck || echo $(ALT_BIN)/shellcheck)
88
GITLINT=$(shell command -v gitlint || echo $(ALT_BIN)/gitlint)
99
YAMLLINT_CMD=$(shell command -v yamllint || echo $(ALT_BIN)/yamllint)
10-
BUILD_IMAGE=$(ROOT_DIR)/hack/build-image --debug --without-repo-bases
10+
BUILD_IMAGE=$(ROOT_DIR)/hack/build-image --without-repo-bases
1111

1212

1313
SERVER_DIR:=images/server

0 commit comments

Comments
 (0)