Skip to content
Snippets Groups Projects
Verified Commit 34a5216c authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Move cache and variables to general.yml

parent 5a09bb16
No related branches found
No related tags found
1 merge request!288Move cache and variables to general.yml
Pipeline #2355 passed
......@@ -4,21 +4,8 @@ stages:
- deploy
include:
- local: "/ci/general.yml"
- local: "/ci/test.yml"
- local: "/ci/build_dist.yml"
- local: "/ci/build_docker.yml"
- local: "/ci/deploy.yml"
variables:
GIT_SUBMODULE_STRATEGY: recursive
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
FF_NETWORK_PER_BUILD: "true"
cache:
key:
files:
- poetry.lock
- pyproject.toml
paths:
- .cache/pip
- .tox
variables:
GIT_SUBMODULE_STRATEGY: recursive
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
FF_NETWORK_PER_BUILD: "true"
cache:
key:
files:
- poetry.lock
- pyproject.toml
paths:
- .cache/pip
- .tox
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