mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Use debug mode only if env DEBUG=true (#881)
This commit is contained in:
parent
b56c4a5631
commit
03a04eaa44
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ else
|
|||
IMAGESUFFIX := :dev
|
||||
endif
|
||||
|
||||
ifdef DEBUG
|
||||
ifeq ($(DEBUG),true)
|
||||
DEBUG := true
|
||||
DOCKERFILE := Dockerfile.debug
|
||||
# required by DLV https://github.com/go-delve/delve/blob/master/Documentation/usage/dlv_exec.md
|
||||
|
|
Loading…
Reference in a new issue