no clean working dir
This commit is contained in:
parent
ba09df7884
commit
a935cacf23
@ -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" +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user