Browse Source

fix: ci

pull/1/head v1.0.0-pre-dev.18
千目管理员 3 years ago
parent
commit
2707c3d233
  1. 2
      .drone.yml

2
.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

Loading…
Cancel
Save