diff --git a/pkg/e2e/fixtures/watch/rebuild-deps.yaml b/pkg/e2e/fixtures/watch/rebuild-deps.yaml index 48b1b45cb0..60b39b17da 100644 --- a/pkg/e2e/fixtures/watch/rebuild-deps.yaml +++ b/pkg/e2e/fixtures/watch/rebuild-deps.yaml @@ -6,6 +6,7 @@ services: RUN echo "backend_build_marker" > /built command: sleep infinity init: true + stop_signal: SIGTERM frontend: build: dockerfile_inline: | @@ -14,6 +15,7 @@ services: RUN echo "frontend_build_marker" > /built command: sleep infinity init: true + stop_signal: SIGTERM depends_on: - backend develop: