commit | 5b87d7b074f3385eb85de601f48f4f7bccf1d423 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Wed Nov 06 14:56:30 2019 +0000 |
committer | Leopold Schabel <leo@nexantic.com> | Wed Nov 06 14:56:30 2019 +0000 |
tree | 8c87ae8ce2f880af7963298811570e749e0a2a10 | |
parent | 1626705fd0ae9e93f563c2463fc514a144d41a99 [diff] [blame] |
Follow-up fix for D250 - actually use the new volume Test Plan: Covered by CI X-Origin-Diff: phab/D251 GitOrigin-RevId: 65c547de038a4dfd37c7c8394a8a0e79914333bb
diff --git a/scripts/run_ci.sh b/scripts/run_ci.sh index c310c55..f9e0c12 100755 --- a/scripts/run_ci.sh +++ b/scripts/run_ci.sh
@@ -46,7 +46,7 @@ podman run \ -v $(pwd):/work \ - -v bazel-shared-cache:/user/.cache/bazel/_bazel_root \ + -v ${CACHE_VOLUME}:/user/.cache/bazel/_bazel_root \ --device /dev/kvm \ --privileged \ --pod ${POD} \