Merge pull request #62 from claude-hdb/fix/stale-compose-fixture
test(resolve): fix stale compose_file fixture that reddens main after #49+#46 merge
This commit is contained in:
commit
0417177b00
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ environments:
|
|||
applications:
|
||||
core:
|
||||
source: { repo: acme/widget, branch: main }
|
||||
build: { pack: dockercompose, base_directory: /, compose_file: docker-compose.yaml }
|
||||
build: { pack: dockercompose, base_directory: /, compose_file: /docker-compose.yaml }
|
||||
service_domains:
|
||||
api: ["https://api.widget.example.com"]
|
||||
`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue