mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
circleci: Update venv cache prefix based on thumbor-dev.txt.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
bcc040b01c
commit
ba16b37f8d
@@ -21,7 +21,7 @@ aliases:
|
|||||||
- &restore_cache_requirements
|
- &restore_cache_requirements
|
||||||
restore_cache:
|
restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- v1-venv-base.{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements/thumbor.txt" }}-{{ checksum "requirements/dev.txt" }}
|
- v1-venv-base.{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements/thumbor-dev.txt" }}-{{ checksum "requirements/dev.txt" }}
|
||||||
|
|
||||||
- &install_dependencies
|
- &install_dependencies
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user