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 - build
- deploy - deploy
cache:
key: "$CI_JOB_NAME"
paths:
- target/
# Set any required environment variables here # Set any required environment variables here
variables: variables:
RUST_BACKTRACE: FULL RUST_BACKTRACE: FULL

View file

@ -15,6 +15,7 @@ name = "update_users"
name = "update_minecraft" name = "update_minecraft"
[dependencies] [dependencies]
# discord library
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] } serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }