Browse Source

fix: ci

pull/1/head v1.0.0-pre-dev.14
千目管理员 3 years ago
parent
commit
55bccdf658
  1. 2
      .drone.yml

2
.drone.yml

@ -65,7 +65,7 @@ steps:
password:
from_secret: gitea_password
commands:
- echo "https://$username:$password@git.1000my.com" >> ~/.git-credentials
- echo "https://${username}:${password}@git.1000my.com" >> ~/.git-credentials
- cat ~/.git-credentials
- git fetch --tags
- git submodule init

Loading…
Cancel
Save