Compare commits

...

1 Commits

Author SHA1 Message Date
千目管理员 4b58af8fbd fix: ci 3 years ago
  1. 1
      .drone.yml

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

Loading…
Cancel
Save