Skip to content

Commit

Permalink
IgnoreExitValue for dataflow runner cleanUpDockerJavaImages (apache#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Oct 25, 2023
1 parent 76ad5bc commit d6b3467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runners/google-cloud-dataflow-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def cleanUpDockerJavaImages = tasks.register("cleanUpDockerJavaImages") {
commandLine "docker", "rmi", "--force", "${dockerJavaImageName}"
}
exec {
ignoreExitValue true
commandLine "gcloud", "--quiet", "container", "images", "untag", "${dockerJavaImageName}"
}
exec {
Expand Down

0 comments on commit d6b3467

Please sign in to comment.