From 42f5487cd030d8654e0715f6930303d73b8945aa Mon Sep 17 00:00:00 2001 From: phattt2901 Date: Sat, 3 May 2025 19:21:36 +0700 Subject: [PATCH] Test CI v2.1.3 --- .gitea/workflows/ci_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci_test.yml b/.gitea/workflows/ci_test.yml index a72157b..2922000 100644 --- a/.gitea/workflows/ci_test.yml +++ b/.gitea/workflows/ci_test.yml @@ -30,8 +30,7 @@ jobs: echo "[INFO] Running as user: $(whoami) with ID: $(id)" echo "[INFO] Runner Environment Variables:" env - echo "127.0.0.1 server" >> /etc/hosts - echo "127.0.0.1 gitea_server" >> /etc/hosts + echo "192.168.128.3 server" >> /etc/hosts echo "---------------------------------------------" echo "[INFO] Attempting to install network tools..." # Cập nhật apt và cài đặt iputils-ping (cho ping) và dnsutils (cho nslookup/dig) và curl