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