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