Compare commits

...

1 Commits

Author SHA1 Message Date
千目管理员 55bccdf658 fix: ci 3 years ago
  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