ci: the cache was not doing much, only delaying stuff.....
This commit is contained in:
parent
acb6432129
commit
c90186295c
2 changed files with 1 additions and 5 deletions
|
@ -6,11 +6,6 @@ stages:
|
|||
- build
|
||||
- deploy
|
||||
|
||||
cache:
|
||||
key: "$CI_JOB_NAME"
|
||||
paths:
|
||||
- target/
|
||||
|
||||
# Set any required environment variables here
|
||||
variables:
|
||||
RUST_BACKTRACE: FULL
|
||||
|
|
|
@ -15,6 +15,7 @@ name = "update_users"
|
|||
name = "update_minecraft"
|
||||
|
||||
[dependencies]
|
||||
# discord library
|
||||
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache"] }
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue