gitlab-ci: Disable cache.
This commit is contained in:
parent
ab00dbee42
commit
47b9333924
1 changed files with 4 additions and 4 deletions
|
@ -20,10 +20,10 @@ before_script:
|
|||
- cd fractal-gtk/res/ && glib-compile-resources --generate resources.xml && cd ../../
|
||||
- cargo build
|
||||
- cargo test --verbose -- --test-threads=1
|
||||
cache:
|
||||
paths:
|
||||
- target/
|
||||
- cargo/
|
||||
# cache:
|
||||
# paths:
|
||||
# - target/
|
||||
# - cargo/
|
||||
|
||||
test:stable:
|
||||
# Stable img
|
||||
|
|
Loading…
Reference in a new issue