Skip to content

Commit

Permalink
Avoid restarting in DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Nov 27, 2024
1 parent f3d620b commit b0c2554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- ${PWD}/entrypoints/setup_git.sh:/docker-entrypoints/00.sh
environment:
GITHUB_REPO: ${GITHUB_REPO:-}
restart: no

Check warning on line 17 in services/compose.dev.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

17:14 [truthy] truthy value should be one of [false, true]
node-app-from-local:
extends: web-app
volumes:
Expand All @@ -28,3 +29,4 @@ services:
build:
context: ${GITHUB_REPO:-}
no_cache: true
pull_policy: always

0 comments on commit b0c2554

Please sign in to comment.