Skip to content

Commit

Permalink
chore: remove sed command in ci #150
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab authored and frodrigo committed Feb 6, 2024
1 parent c364f0b commit 59da2c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: .
args:
NODE_VERSION: 18-alpine3.17
# restart: unless-stopped
restart: unless-stopped
ports:
- '3000:3000'
volumes:
Expand Down

0 comments on commit 59da2c9

Please sign in to comment.