Commit 1a5bd303 by Arve Knudsen Committed by GitHub

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
parent 6d6d86f9
#!/bin/bash #!/bin/bash
set -eo pipefail
. e2e/variables . e2e/variables
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
RUNDIR=e2e/tmp RUNDIR=e2e/tmp
PIDFILE=$RUNDIR/pid 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 PROV_DIR=$RUNDIR/conf/provisioning
PORT=3001 PORT=3001
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment