Use bash to launch reclaim space script
See gh-42776
This commit is contained in:
@@ -124,7 +124,7 @@ public class DockerTestPlugin implements Plugin<Project> {
|
||||
task.setDescription("Reclaims Docker space on CI.");
|
||||
task.shouldRunAfter(DOCKER_TEST_TASK_NAME);
|
||||
task.onlyIf(this::shouldReclaimDockerSpace);
|
||||
task.executable("sh");
|
||||
task.executable("bash");
|
||||
task.args("-c",
|
||||
project.getRootDir()
|
||||
.toPath()
|
||||
|
||||
Reference in New Issue
Block a user