Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Sep 27, 2024
1 parent c1cd64f commit 92d7b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ steps:
tag_prefix: "{{matrix.platform}}-"
- theopenlane/container-build#v1.1.0:
dockerfile: docker/Dockerfile
push: false
push: true
platforms: linux/{{matrix.platform}}
build-args:
- NAME=${APP_NAME}
Expand Down
1 change: 1 addition & 0 deletions pkg/riverqueue/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func New(ctx context.Context, opts ...Option) (c *Client, err error) {

// run migrations if the flag is set
if c.config.RunMigrations {
log.Info().Msg("running migrations")
if err := RunMigrations(ctx, c.pool); err != nil {
log.Error().Err(err).Msg("error running migrations")
return nil, err
Expand Down

0 comments on commit 92d7b9e

Please sign in to comment.