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
|
- 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
|
||||||
|
|
|
@ -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"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue