mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
fix(compose): fix support for ECR BE-11392 (#150)
This commit is contained in:
parent
02c006be8a
commit
99de11894c
7 changed files with 78 additions and 81 deletions
|
@ -48,10 +48,7 @@ func Test_UpAndDown(t *testing.T) {
|
|||
|
||||
deployer := compose.NewComposeDeployer()
|
||||
|
||||
w, err := NewComposeStackManager(deployer, nil)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed creating manager: %s", err)
|
||||
}
|
||||
w := NewComposeStackManager(deployer, nil, nil)
|
||||
|
||||
ctx := context.TODO()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue