Skip to content

Commit

Permalink
access the output to force evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Dec 3, 2024
1 parent ee41dd4 commit ef75b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ for (target in targets) {
doLast {
providers.exec {
commandLine("docker", "image", "rm", "$repo:$tag")
}
}.result.get()
}
}
}
Expand Down

0 comments on commit ef75b07

Please sign in to comment.