mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 18:00:31 -06:00
7bb5a5b318
* Make e2e test depend on binary builds * Search for binary in the correct folders * Remove package file var * Add ARCH var
11 lines
222 B
Bash
11 lines
222 B
Bash
#!/bin/bash
|
|
|
|
DEFAULT_RUNDIR=scripts/grafana-server/tmp
|
|
RUNDIR=${RUNDIR:-$DEFAULT_RUNDIR}
|
|
DEFAULT_ARCH=
|
|
HOME_PATH=$PWD/$RUNDIR
|
|
PIDFILE=$RUNDIR/pid
|
|
PROV_DIR=$RUNDIR/conf/provisioning
|
|
DEFAULT_HOST=localhost
|
|
DEFAULT_PORT=3001
|