Skip to content

Commit c6ecab3

Browse files
author
Frank Shotwell
authored
Merge pull request #141 from replicatedhq/scope-cleanup
set SCOPE_LOG_ROOT_PATH to /dev/null to avoid creating lots of logfiles
2 parents 648564e + 1b9a220 commit c6ecab3

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)