Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml to include svdh-cicd.yml and update Docker file for CI build

Open Kalin Daskalov requested to merge refactor-deployment into main
Files
7
+ 1
0
@@ -219,6 +219,7 @@ func createLogger(logLevel string, opts ...zap.Option) (*zap.Logger, error) {
return config.Build(opts...)
}
//nolint:misspell
func errFormatter(ctx context.Context, e error) goahttp.Statuser {
return service.NewErrorResponse(ctx, e)
}
Loading