14.12.25 - фикс пайплайна CI #3
Some checks failed
Mirror frontend to backend repo / mirror (push) Failing after 4s

This commit is contained in:
2025-12-14 03:36:54 +03:00
parent fa20d11435
commit d015e3ab88

View File

@@ -22,8 +22,8 @@ jobs:
git clone ssh://git@10.25.100.250:2222/serty/goSSS.git git clone ssh://git@10.25.100.250:2222/serty/goSSS.git
cd goSSS cd goSSS
git checkout main git checkout main
git config user.name "gitea-ci" git config user.name "gitea-ci-bot"
git config user.email "ci@gitea" git config user.email "gitea-ci-bot@serty.top"
- name: Add frontend remote - name: Add frontend remote
run: | run: |