Skip to content
Snippets Groups Projects
Commit 57387b18 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Disable caching of venv dir in build

parent 6852c987
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ variables:
paths:
- .cache/autobuild
- .cache/pip
- .venv/
when: 'always'
variables:
USE_SENTRY: "TRUE"
......@@ -81,7 +80,6 @@ variables:
paths:
- .cache/autobuild
- .cache/pip
- .venv
when: 'always'
variables:
USE_SENTRY: "TRUE"
......@@ -134,7 +132,6 @@ variables:
paths:
- .cache/autobuild
- .cache/pip
- .venv
when: 'always'
variables:
USE_SENTRY: "TRUE"
......@@ -190,7 +187,6 @@ coverity_scan:
paths:
- .cache/autobuild
- .cache/pip
- .venv
when: 'always'
variables:
AUTOBUILD_ADDRSIZE: 64
......
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