This bug can be seen by the change to the test case. When the extended service uses a different name, the error was reported incorrectly. By fixing this bug we can simplify self.signature and self.detect_cycles to always use self.service_name. Signed-off-by: Daniel Nephin <dnephin@docker.com>
12 lines
147 B
YAML
12 lines
147 B
YAML
foo:
|
|
image: busybox
|
|
bar:
|
|
image: busybox
|
|
web:
|
|
extends:
|
|
file: circle-2.yml
|
|
service: other
|
|
baz:
|
|
image: busybox
|
|
quux:
|
|
image: busybox
|