more manual debugging
This commit is contained in:
@@ -47,6 +47,9 @@ jobs:
|
|||||||
echo "=== Trying to curl gitea by IP ==="
|
echo "=== Trying to curl gitea by IP ==="
|
||||||
curl -v http://172.18.0.6:3000 || true
|
curl -v http://172.18.0.6:3000 || true
|
||||||
|
|
||||||
|
- name: Add gitea to /etc/hosts
|
||||||
|
run: echo "172.18.0.6 gitea" | sudo tee -a /etc/hosts
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user