mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CircleCI: Cache packages in GCS instead of in workspace (#23130)
* CircleCI: Cache packages in GCS instead of workspace * CircleCI: Cache yarn packages * CircleCI: Consolidate on --frozen-lockfile
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
|
||||
. e2e/variables
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
RUNDIR=e2e/tmp
|
||||
PIDFILE=$RUNDIR/pid
|
||||
PACKAGE_FILE=/tmp/workspace/oss/dist/grafana-*linux-amd64.tar.gz
|
||||
PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
|
||||
PROV_DIR=$RUNDIR/conf/provisioning
|
||||
PORT=3001
|
||||
|
||||
Reference in New Issue
Block a user