1
0
Fork 0
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:
jwierzbo 2022-01-10 08:26:29 +01:00 committed by GitHub
parent b56c4a5631
commit 03a04eaa44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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