fix homepath for enterprise e2e tests (#41140)

This commit is contained in:
Will Browne
2021-11-01 12:48:52 +00:00
committed by GitHub
parent 419c465edf
commit 1f6965e859

View File

@@ -2,7 +2,7 @@
DEFAULT_RUNDIR=e2e/tmp
RUNDIR=${RUNDIR:-$DEFAULT_RUNDIR}
HOME_PATH=$PWD/$DEFAULT_RUNDIR
HOME_PATH=$PWD/$RUNDIR
PIDFILE=$RUNDIR/pid
DEFAULT_PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
PROV_DIR=$RUNDIR/conf/provisioning