Skip to content

Commit 1b9a220

Browse files
author
Frank Shotwell
committed
set SCOPE_LOG_ROOT_PATH to /dev/null to avoid creating lots of logfiles
1 parent 45c7d95 commit 1b9a220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
IMG ?= controller:latest
44
export GO111MODULE=on
55
export GOPROXY=https://proxy.golang.org
6+
export SCOPE_LOG_ROOT_PATH=/dev/null
67

78
SHELL := /bin/bash -o pipefail
89
VERSION_PACKAGE = github.com/replicatedhq/troubleshoot/pkg/version

0 commit comments

Comments
 (0)