From 2707c3d233f7f079d0479309dd180d64f8f4fe06 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:41:42 +0800 Subject: [PATCH] fix: ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b8b257c..a0ef42a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,7 +65,7 @@ steps: PASSWD: from_secret: gitea_password commands: - - env + - git config --global credential.helper store - echo "https://$USER:$PASSWD@git.1000my.com" >> ~/.git-credentials - cat ~/.git-credentials - git fetch --tags