circle: stop trying to cache node, gcloud, and JRE

since they need root, and the Docker image user is circleci :(
pull/256/head
Ryan Barrett 2022-10-22 19:56:46 -07:00
rodzic 2deba3e448
commit a2ea4fc73c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -51,8 +51,12 @@ jobs:
key: venv-3-{{ .Branch }}-{{ checksum "requirements.txt" }}
paths:
- /home/circleci/.pyenv
- /usr/lib/google-cloud-sdk
- /usr/lib/jvm/java-11-openjdk-amd64
# Ideally we'd cache these, but they need root, and the cimg/python
# Docker image's default user is circleci :/
# https://github.com/cypress-io/circleci-orb/issues/269
#
# - /usr/lib/google-cloud-sdk
# - /usr/lib/jvm/java-11-openjdk-amd64
- store_artifacts:
path: /tmp/coverage_html