Merge pull request #11031 from ndeloof/TestWatch

TestWatch to use new  `develop` section
This commit is contained in:
Guillaume Lours 2023-09-20 18:54:20 +02:00 committed by GitHub
commit 421a6b0506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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