@ -24,7 +24,6 @@ jobs:
|
|||||||
- name: Debug Network
|
- name: Debug Network
|
||||||
run: |
|
run: |
|
||||||
echo "Checking network from inside the job container..."
|
echo "Checking network from inside the job container..."
|
||||||
ip addr show
|
|
||||||
cat /etc/resolv.conf
|
cat /etc/resolv.conf
|
||||||
ping -c 4 gitea # 尝试ping gitea服务名
|
ping -c 4 gitea # 尝试ping gitea服务名
|
||||||
nslookup gitea # 尝试解析gitea服务名
|
nslookup gitea # 尝试解析gitea服务名
|
||||||
|
|||||||
Reference in New Issue
Block a user