From 5b7f6b04a02b4c879bc9474efd6f5e1d5cdfd36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Tue, 6 Feb 2024 14:06:34 +0100 Subject: [PATCH] chore: remove sed command in ci #150 --- .github/workflows/ci.yml | 1 - docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 601977589..1c7f0cebd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,6 @@ jobs: git fetch && git checkout -f origin/develop && ruby poi_explode.rb cypress/fixtures/teritorio/references/pois.geojson && - sed -i "s/# restart: unless-stopped/restart: unless-stopped/" docker-compose.yml && docker-compose build && touch vidos-config.json && docker-compose run --rm vido yarn build-config && diff --git a/docker-compose.yml b/docker-compose.yml index 2986bf4fd..03355e43c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: context: . args: NODE_VERSION: 18-alpine3.17 - # restart: unless-stopped + restart: unless-stopped ports: - '3000:3000' volumes: