Skip to content

Commit 4413979

Browse files
author
Matthew Fisher
committed
ref(k8s_util): change debugKey to DEIS_DEBUG
This environment variable is being introduced into the actual application build. causing libraries like the gem `hiredis` to install differently because we are affecting the build environment.
1 parent 95598a8 commit 4413979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/k8s_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717

1818
tarPath = "TAR_PATH"
1919
putPath = "PUT_PATH"
20-
debugKey = "DEBUG"
20+
debugKey = "DEIS_DEBUG"
2121
objectStore = "objectstorage-keyfile"
2222
dockerSocketName = "docker-socket"
2323
dockerSocketPath = "/var/run/docker.sock"

0 commit comments

Comments
 (0)