From b00c52baa3770627b8350b078aa092537c3cefb1 Mon Sep 17 00:00:00 2001 From: agatha Date: Sun, 10 May 2026 19:53:14 -0400 Subject: [PATCH] CI: Remove diagnosis step from integration test job --- .gitea/workflows/pipeline.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 724c247..c25a959 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -147,13 +147,6 @@ jobs: --health-timeout 5s --health-retries 10 steps: - - name: Diagnose - run: | - echo "=== resolv.conf ===" - cat /etc/resolv.conf - echo "=== Service DNS ===" - getent hosts postgres || echo "postgres: not in DNS" - getent hosts minio || echo "minio: not in DNS" - name: Install Node and curl (for JS actions and mc) run: | apt-get update -qq