diff --git a/.drone.yml b/.drone.yml index 6ff1caf..6ce6703 100644 --- a/.drone.yml +++ b/.drone.yml @@ -63,7 +63,7 @@ steps: commands: - mkdir -p ~/.cargo - | - cat <> ~/.cargo/config.toml + cat <> .cargo/config.toml [registry] default = "gitea" @@ -74,8 +74,7 @@ steps: git-fetch-with-cli = true EOF - - cat ~/.cargo/config.toml - - cat <> ~/.cargo/config.toml + - cat <> .cargo/config.toml [registries.gitea] token = "Bearer {token}"