Browse Source

fix: ci

pull/1/head v1.0.0-pre-dev.11
千目管理员 3 years ago
parent
commit
4b58af8fbd
  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