Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/e2e/fixtures/watch/rebuild-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
RUN echo "backend_build_marker" > /built
command: sleep infinity
init: true
stop_signal: SIGTERM
frontend:
build:
dockerfile_inline: |
Expand All @@ -14,6 +15,7 @@ services:
RUN echo "frontend_build_marker" > /built
command: sleep infinity
init: true
stop_signal: SIGTERM
depends_on:
- backend
develop:
Expand Down