Skip to content

Commit

Permalink
Merge pull request #323 from Barbar1432/metadata-push
Browse files Browse the repository at this point in the history
fix  metadatapush bug
  • Loading branch information
terzioglub authored Dec 16, 2024
2 parents 474bb04 + 87ab821 commit fcb989e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ func Run(isDebug *bool) *cli.Command {
SingleTask: task,
ExcludeTag: c.String("exclude-tag"),
}
if filter.PushMetaData {
foundPipeline.MetadataPush.Global = true
}

s := scheduler.NewScheduler(logger, foundPipeline)

Expand Down

0 comments on commit fcb989e

Please sign in to comment.