fix build in bundle mode

added bunlde mode build to CI to prevent this from happening again
in the future

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-10-20 07:58:34 +02:00
parent 54f1946aba
commit f3ee20980a
5 changed files with 47 additions and 25 deletions

View File

@@ -19,6 +19,7 @@ package util
import (
"html/template"
"os"
"github.com/drakkan/sftpgo/v2/internal/bundle"
"github.com/drakkan/sftpgo/v2/internal/logger"