Merge pull request #141 from replicatedhq/scope-cleanup

set SCOPE_LOG_ROOT_PATH to /dev/null to avoid creating lots of logfiles
This commit is contained in:
Frank Shotwell
2020-02-28 11:33:09 -08:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
IMG ?= controller:latest
export GO111MODULE=on
export GOPROXY=https://proxy.golang.org
export SCOPE_LOG_ROOT_PATH=/dev/null
SHELL := /bin/bash -o pipefail
VERSION_PACKAGE = github.com/replicatedhq/troubleshoot/pkg/version