Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 4, 2023
1 parent 23284c3 commit 63f146d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dsl/scripts/pr_check.groovy
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
void launch() {
String builderImage = 'quay.io/kiegroup/kogito-ci-build:latest'
sh "docker rmi -f ${builderImage} || true"
try {
launchInDocker(builderImage)
} finally {
sh "docker rmi -f ${builderImage}"
sh "docker rmi -f ${builderImage} || true"
}
}

Expand Down

0 comments on commit 63f146d

Please sign in to comment.