no clean working dir

This commit is contained in:
Matthias Bisping 2022-04-20 10:50:36 +02:00
parent ba09df7884
commit a935cacf23

View File

@ -78,15 +78,12 @@ public class PlanSpec {
.jobs(
new Job("Build Job", new BambooKey("BUILD"))
.tasks(
new CleanWorkingDirectoryTask()
.description("Clean working directory.")
.enabled(true),
// new CleanWorkingDirectoryTask()
// .description("Clean working directory.")
// .enabled(true),
new VcsCheckoutTask()
.description("Checkout default repository.")
.checkoutItems(new CheckoutItem().defaultRepository()),
new VcsCheckoutTask()
.description("Checkout redai_image research repository.")
.checkoutItems(new CheckoutItem().repository("RR / redai_image").path("redai_image")),
new ScriptTask()
.description("Set config and keys.")
.inlineBody("mkdir -p ~/.ssh\n" +