checkout shared first

This commit is contained in:
Timo Bejan 2021-08-02 15:37:14 +03:00
parent 817fb160ba
commit 61eff68caa

View File

@ -70,6 +70,8 @@ public class PlanSpec {
.tasks(
new CleanWorkingDirectoryTask().description("My clean working directory task"),
// Checkout
new VcsCheckoutTask().description("Checkout UI Shared Lib")
.checkoutItems(new CheckoutItem().repository("Shared Libraries / common-ui")),
new VcsCheckoutTask().description("Checkout Default Repository")
.checkoutItems(new CheckoutItem().defaultRepository().path("redaction-ui")),
new VcsCheckoutTask().description("Checkout UI Shared Lib")