Skip to content

Commit

Permalink
[components] Add version field to task payload for beetmover
Browse files Browse the repository at this point in the history
UltraBlame original commit: 3f2fa5b0d67063a5b960dead1d7cca592c7ac390
  • Loading branch information
marco-c committed Jun 5, 2024
1 parent 1cdd41e commit a4c8156
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,38 @@

yield
task
transforms
.
add
def
add_version
(
config
tasks
)
:

for
task
in
tasks
:

task
[
"
worker
"
]
[
"
version
"
]
=
get_version
(
)

yield
task

0 comments on commit a4c8156

Please sign in to comment.