.gitea/workflows/build.yml aktualisiert
Build go program / Test-Gitea-Actions (push) Failing after 7s
Build go program / Test-Gitea-Actions (push) Failing after 7s
This commit is contained in:
@@ -9,6 +9,9 @@ jobs:
|
|||||||
Test-Gitea-Actions:
|
Test-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Disable SSL verify (TEST ONLY)
|
||||||
|
run: git config --global http.sslVerify false
|
||||||
|
|
||||||
- name: Verify Fix
|
- name: Verify Fix
|
||||||
run: cat /etc/hosts
|
run: cat /etc/hosts
|
||||||
- name: PrintTest testing
|
- name: PrintTest testing
|
||||||
|
|||||||
Reference in New Issue
Block a user