|
|
@ -66,6 +66,7 @@ steps: |
|
|
from_secret: gitea_password |
|
|
from_secret: gitea_password |
|
|
commands: |
|
|
commands: |
|
|
- echo "https://$git_username:$git_password@git.1000my.com" >> ~/.git-credentials |
|
|
- echo "https://$git_username:$git_password@git.1000my.com" >> ~/.git-credentials |
|
|
|
|
|
- cat ~/.git-credentials |
|
|
- git fetch --tags |
|
|
- git fetch --tags |
|
|
- git submodule init |
|
|
- git submodule init |
|
|
- git submodule update --recursive --remote |
|
|
- git submodule update --recursive --remote |
|
|
|