From 5897b700fb527c708ca7d91f931a46025099b556 Mon Sep 17 00:00:00 2001 From: Andriy Oblivantsev Date: Sun, 1 Mar 2026 11:50:46 +0000 Subject: [PATCH] Remove ip-route dependency from adaptive CI checkout. Keep URL probing compatible with minimal runner images by dropping gateway discovery and checking known internal/external repository endpoints directly. Made-with: Cursor --- .gitea/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4280c53..e882de3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,10 +13,8 @@ jobs: - name: Checkout source (adaptive) run: | set -euo pipefail - GW="$(ip route | awk '/default/ {print $3; exit}')" CANDIDATES=" http://gitea:3000/${{ github.repository }} - http://${GW}:3000/${{ github.repository }} http://host.docker.internal:3000/${{ github.repository }} https://git.produktor.io/${{ github.repository }} https://git.produktor.io/${{ github.repository }}.git