mirror of https://github.com/portainer/portainer
remove debug
parent
2741972041
commit
1371316d23
|
@ -13,7 +13,6 @@ import (
|
||||||
"github.com/portainer/portainer/api/http/proxy/factory"
|
"github.com/portainer/portainer/api/http/proxy/factory"
|
||||||
"github.com/portainer/portainer/api/stacks/stackutils"
|
"github.com/portainer/portainer/api/stacks/stackutils"
|
||||||
"github.com/portainer/portainer/pkg/libstack"
|
"github.com/portainer/portainer/pkg/libstack"
|
||||||
"github.com/rs/zerolog/log"
|
|
||||||
|
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
)
|
)
|
||||||
|
@ -54,8 +53,6 @@ func (manager *ComposeStackManager) Up(ctx context.Context, stack *portainer.Sta
|
||||||
return errors.Wrap(err, "failed to create env file")
|
return errors.Wrap(err, "failed to create env file")
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Debug().Msgf("Deploying stack named: %s", stack.Name)
|
|
||||||
|
|
||||||
filePaths := stackutils.GetStackFilePaths(stack, true)
|
filePaths := stackutils.GetStackFilePaths(stack, true)
|
||||||
err = manager.deployer.Deploy(ctx, filePaths, libstack.DeployOptions{
|
err = manager.deployer.Deploy(ctx, filePaths, libstack.DeployOptions{
|
||||||
Options: libstack.Options{
|
Options: libstack.Options{
|
||||||
|
|
Loading…
Reference in New Issue