Compare commits

...

1 Commits

Author SHA1 Message Date
千目管理员 14b6a6ce5a fix: ci 3 years ago
  1. 6
      .drone.yml

6
.drone.yml

@ -59,7 +59,13 @@ steps:
- master - master
- name: 获取tag数据 - name: 获取tag数据
image: alpine/git:v2.36.2 image: alpine/git:v2.36.2
settings:
git_login:
from_secret: gitea_username
git_password:
from_secret: gitea_password
commands: commands:
- echo "https://$git_username:$git_password@git.1000my.com" >> ~/.git-credentials
- git fetch --tags - git fetch --tags
- git submodule init - git submodule init
- git submodule update --recursive --remote - git submodule update --recursive --remote

Loading…
Cancel
Save