From 6f51a698547dbc203bff172742f3e16d67b14900 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 8 Apr 2026 00:47:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20remove=20docker=20compose?= =?UTF-8?q?=20install=20from=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index b2a9979..eedd3f6 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -128,8 +128,8 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Install Docker Compose - run: sudo apt-get update && sudo apt-get install -y docker-compose-plugin + # - name: Install Docker Compose + # run: sudo apt-get update && sudo apt-get install -y docker-compose-plugin - name: Start PostgreSQL with Docker Compose run: docker compose -f docker-compose.yml up -d postgres