Skip to content
Snippets Groups Projects
Verified Commit 5d60a8d2 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Cache PIP downloads

parent 6283ad6b
No related branches found
No related tags found
No related merge requests found
Pipeline #314 passed
......@@ -7,12 +7,20 @@ stages:
variables:
GIT_SUBMODULE_STRATEGY: recursive
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
POSTGRESQL_USER: biscuit
POSTGRESQL_DB: biscuit
BISCUIT_http__allowed_hosts: "['*']"
BISCUIT_caching__memcached__address: memcached:11211
BISCUIT_database__host: db
cache:
key:
files:
- poetry.lock
paths:
- .cache/pip
build_wheel:
stage: build_standalone
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment