From 55bccdf6581747333cdc0396fd6c4bf20a3cf434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E7=9B=AE=E7=AE=A1=E7=90=86=E5=91=98?= Date: Wed, 7 Jun 2023 11:28:30 +0800 Subject: [PATCH] fix: ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 58d5b6e..2fef71c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,7 +65,7 @@ steps: password: from_secret: gitea_password commands: - - echo "https://$username:$password@git.1000my.com" >> ~/.git-credentials + - echo "https://${username}:${password}@git.1000my.com" >> ~/.git-credentials - cat ~/.git-credentials - git fetch --tags - git submodule init