mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* CircleCI: Cache packages in GCS instead of workspace * CircleCI: Cache yarn packages * CircleCI: Consolidate on --frozen-lockfile
8 lines
139 B
Bash
8 lines
139 B
Bash
#!/bin/bash
|
|
|
|
RUNDIR=e2e/tmp
|
|
PIDFILE=$RUNDIR/pid
|
|
PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
|
|
PROV_DIR=$RUNDIR/conf/provisioning
|
|
PORT=3001
|