summaryrefslogtreecommitdiff
path: root/actions/ostree_deploy_action.go
diff options
context:
space:
mode:
Diffstat (limited to 'actions/ostree_deploy_action.go')
-rw-r--r--actions/ostree_deploy_action.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/ostree_deploy_action.go b/actions/ostree_deploy_action.go
index d69600d..dab2265 100644
--- a/actions/ostree_deploy_action.go
+++ b/actions/ostree_deploy_action.go
@@ -52,6 +52,7 @@ import (
"io"
"os"
"path"
+ "runtime"
"strings"
"github.com/go-debos/debos"
@@ -191,5 +192,6 @@ func (ot *OstreeDeployAction) Run(context *debos.DebosContext) error {
return err
}
+ runtime.GC()
return nil
}