From 4b58af8fbd48f2d6f72e50cccea347fda9b3df6d 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:20:49 +0800 Subject: [PATCH] fix: ci --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index feef035..7e5a0eb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,6 +66,7 @@ steps: from_secret: gitea_password commands: - echo "https://$git_username:$git_password@git.1000my.com" >> ~/.git-credentials + - cat ~/.git-credentials - git fetch --tags - git submodule init - git submodule update --recursive --remote