mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-06 06:32:24 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
c049955a87
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ func setupStore(ctx context.Context, c *cli.Command) (store.Store, error) {
|
|||
Config: datasource,
|
||||
XORM: xorm,
|
||||
}
|
||||
log.Trace().Msgf("setup datastore: %#v", *opts)
|
||||
log.Debug().Str("driver", driver).Any("xorm", xorm).Msg("setting up datastore")
|
||||
store, err := datastore.NewEngine(opts)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("could not open datastore: %w", err)
|
||||
|
|
Loading…
Reference in a new issue