From 0c38f530326e800f725cfa9f4f19818a04a01013 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 8 Nov 2024 10:49:11 +0100 Subject: [PATCH] Actualiser .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 14cd523..0bf7f90 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,10 +28,10 @@ jobs: - name: Start up services using Docker Compose run: docker compose -f docker-compose.yml up -d - - name: Modify /etc/hosts for internal routing - run: | - echo "127.0.0.1 gitea.tips-of-mine.com" | sudo tee -a /etc/hosts - echo "127.0.0.1 dashboard.tips-of-mine.com" | sudo tee -a /etc/hosts +# - name: Modify /etc/hosts for internal routing +# run: | +# echo "127.0.0.1 gitea.tips-of-mine.com" | sudo tee -a /etc/hosts +# echo "127.0.0.1 dashboard.tips-of-mine.com" | sudo tee -a /etc/hosts - name: Print Docker Compose services status run: docker ps