Compare commits

...

1 Commits

Author SHA1 Message Date
千目管理员 2707c3d233 fix: ci 3 years ago
  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