From a4d2016752985d5f9560cd4cbce0671540625fa4 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 28 Jul 2023 20:34:57 +0200 Subject: [PATCH] feat: don't break lines Signed-off-by: kjuulh --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9d6fb52..4b0fca6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,7 +74,8 @@ steps: git-fetch-with-cli = true EOF - - cat <> .cargo/config.toml + - | + cat <> .cargo/config.toml [registries.gitea] token = "Bearer {token}"