|
|
@ -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 |
|
|
|