Compare commits

...

1 Commits

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

6
.drone.yml

@ -60,12 +60,12 @@ steps:
- name: 获取tag数据
image: alpine/git:v2.36.2
settings:
username:
USER:
from_secret: gitea_username
password:
PASSWD:
from_secret: gitea_password
commands:
- echo "https://${username}:${password}@git.1000my.com" >> ~/.git-credentials
- echo "https://$USER:$PASSWD@git.1000my.com" >> ~/.git-credentials
- cat ~/.git-credentials
- git fetch --tags
- git submodule init

Loading…
Cancel
Save