From 56d511caf228c08baecdf9e0a53fddba55188c77 Mon Sep 17 00:00:00 2001 From: Archicratia Date: Wed, 21 Jan 2026 19:31:42 +0100 Subject: [PATCH] Revert "Merge pull request 'ci: stabilize DNS for job container (fix apt resolution)' (#44) from fix/ci-dns into master" This reverts commit 058004e865cacc6ace782f42b77d80afd976475d, reversing changes made to 92b01a43b26be5191a346fc1df4a5f5be4262821. --- .gitea/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b4f0e67..884f43e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,12 +11,6 @@ jobs: runs-on: ubuntu-latest container: image: node:20-bookworm-slim - options: >- - --dns=192.168.1.1 - --dns=109.0.66.10 - --dns-option=timeout:2 - --dns-option=attempts:2 - --dns-option=use-vc steps: - name: Install base tools (git + certs)