Skip to content

Commit

Permalink
Merge pull request #11031 from ndeloof/TestWatch
Browse files Browse the repository at this point in the history
TestWatch to use new  `develop` section
  • Loading branch information
glours committed Sep 20, 2023
2 parents 5ca35c8 + c34c306 commit 421a6b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/e2e/fixtures/watch/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ services:
RUN mkdir -p /app/data
init: true
command: sleep infinity
x-develop: *x-dev
develop: *x-dev
busybox:
build:
dockerfile_inline: |-
FROM busybox
RUN mkdir -p /app/data
init: true
command: sleep infinity
x-develop: *x-dev
develop: *x-dev
debian:
build:
dockerfile_inline: |-
FROM debian
RUN mkdir -p /app/data
init: true
command: sleep infinity
x-develop: *x-dev
develop: *x-dev

0 comments on commit 421a6b0

Please sign in to comment.