Skip to content

Commit dc17657

Browse files
committed
is this even needed?
1 parent ac62904 commit dc17657

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

conventions/src/main/kotlin/tel.schich.javacan.convention.native.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ for (target in targets) {
140140
image = dockcrossImage
141141
containerName = "dockcross-${project.name}-$classifier"
142142

143-
if (ci) {
144-
doLast {
145-
exec {
146-
commandLine("docker", "image", "rm", "$repo:$tag")
147-
}
148-
}
149-
}
143+
// if (ci) {
144+
// doLast {
145+
// exec {
146+
// commandLine("docker", "image", "rm", "$repo:$tag")
147+
// }
148+
// }
149+
// }
150150
}
151151

152152

0 commit comments

Comments
 (0)