Bump libcompose
This commit is contained in:
parent
7acc2beae0
commit
4277fe2fdb
3 changed files with 6 additions and 4 deletions
|
@ -80,7 +80,9 @@ func (s *BaseSuite) TearDownSuite(c *check.C) {
|
|||
func (s *BaseSuite) createComposeProject(c *check.C, name string) {
|
||||
composeProject, err := docker.NewProject(&docker.Context{
|
||||
Context: project.Context{
|
||||
ComposeFile: fmt.Sprintf("resources/compose/%s.yml", name),
|
||||
ComposeFiles: []string{
|
||||
fmt.Sprintf("resources/compose/%s.yml", name),
|
||||
},
|
||||
ProjectName: fmt.Sprintf("integration-test-%s", name),
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue