TestWatch to use new `develop` section

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2023-09-20 18:39:32 +02:00
parent 5ca35c88be
commit c34c306cb9
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 3 additions and 3 deletions
pkg/e2e/fixtures/watch

View File

@ -15,7 +15,7 @@ services:
RUN mkdir -p /app/data RUN mkdir -p /app/data
init: true init: true
command: sleep infinity command: sleep infinity
x-develop: *x-dev develop: *x-dev
busybox: busybox:
build: build:
dockerfile_inline: |- dockerfile_inline: |-
@ -23,7 +23,7 @@ services:
RUN mkdir -p /app/data RUN mkdir -p /app/data
init: true init: true
command: sleep infinity command: sleep infinity
x-develop: *x-dev develop: *x-dev
debian: debian:
build: build:
dockerfile_inline: |- dockerfile_inline: |-
@ -31,4 +31,4 @@ services:
RUN mkdir -p /app/data RUN mkdir -p /app/data
init: true init: true
command: sleep infinity command: sleep infinity
x-develop: *x-dev develop: *x-dev