|
|
@ -65,7 +65,7 @@ steps: |
|
|
PASSWD: |
|
|
PASSWD: |
|
|
from_secret: gitea_password |
|
|
from_secret: gitea_password |
|
|
commands: |
|
|
commands: |
|
|
- env |
|
|
|
|
|
|
|
|
- git config --global credential.helper store |
|
|
- echo "https://$USER:$PASSWD@git.1000my.com" >> ~/.git-credentials |
|
|
- echo "https://$USER:$PASSWD@git.1000my.com" >> ~/.git-credentials |
|
|
- cat ~/.git-credentials |
|
|
- cat ~/.git-credentials |
|
|
- git fetch --tags |
|
|
- git fetch --tags |
|
|
|