Remove cache configuration from CI

This commit is contained in:
Fam Zheng 2025-11-23 17:50:21 +00:00
parent 445097b151
commit ff1b6c13b4

View File

@ -4,11 +4,6 @@ stages:
- build-docker
- deploy
cache:
key: one-key-to-rule-them-all
paths:
- venv
test:
stage: test-and-build
when: manual