fix: force HTTP/1.1 for git clone on runner
Some checks failed
Deploy to Server / deploy (push) Failing after 0s
Some checks failed
Deploy to Server / deploy (push) Failing after 0s
This commit is contained in:
@@ -7,6 +7,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git config --global http.version HTTP/1.1
|
||||
git clone --depth=1 https://sdd:zsj981107@gitea.tangledup-ai.com/quant-speed-AI/Scoring-System.git /tmp/scoring-deploy
|
||||
|
||||
- name: Install sshpass
|
||||
|
||||
Reference in New Issue
Block a user