ci: the cache was not doing much, only delaying stuff.....

This commit is contained in:
silver 2024-06-03 05:07:12 +01:00
parent acb6432129
commit c90186295c
2 changed files with 1 additions and 5 deletions

View file

@ -6,11 +6,6 @@ stages:
- build
- deploy
cache:
key: "$CI_JOB_NAME"
paths:
- target/
# Set any required environment variables here
variables:
RUST_BACKTRACE: FULL