.gitea/workflows/build.yaml aktualisiert
Build go program / Explore-Gitea-Actions (push) Has been cancelled
Build go program / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
@@ -9,6 +9,10 @@ jobs:
|
|||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug DNS
|
||||||
|
run: |
|
||||||
|
cat /etc/hosts
|
||||||
|
ping -c 1 gitea.tecamino.local || echo "DNS still broken"
|
||||||
- name: Check out repo code
|
- name: Check out repo code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user