Skip to content

Commit

Permalink
is this even needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Jul 3, 2024
1 parent ac62904 commit dc17657
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ for (target in targets) {
image = dockcrossImage
containerName = "dockcross-${project.name}-$classifier"

if (ci) {
doLast {
exec {
commandLine("docker", "image", "rm", "$repo:$tag")
}
}
}
// if (ci) {
// doLast {
// exec {
// commandLine("docker", "image", "rm", "$repo:$tag")
// }
// }
// }
}


Expand Down

0 comments on commit dc17657

Please sign in to comment.