-
-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix prod deploy script and clippy #1724
Conversation
Could you try again, either using image |
Buster fixed those errors, but there are new ones now: https://cloud.drone.io/LemmyNet/lemmy/1267/1/11 |
It compiles fine for me locally with cargo 1.54 (stable), so please try to update to that docker image. |
Got a bit further: https://cloud.drone.io/LemmyNet/lemmy/1270/1/11
|
Those parameters for cargo workspaces are really confusingly named, maybe we can use |
Seems like just |
Ah great. The truth is that I was too lazy to read all that and just glanced over it. |
Nother error, no upload token found. : https://cloud.drone.io/LemmyNet/lemmy/1275/1/11 |
Oops forgot about that. I added my token as a secret ( |
cargo login is failing, but thats probably because the secret is not available for pull requests. Also the version number on cargo.toml files is not being upgraded, maybe thats because youre not running the full release script. So its probably good to merge. |
b2af93c
to
ddffdd4
Compare
No description provided.