From f0f8926196715dfb937a412a5dbfe835b056bbdd Mon Sep 17 00:00:00 2001 From: Gabe Rosenhouse Date: Wed, 27 Dec 2017 18:29:26 -0800 Subject: [PATCH] don't try to copy the .bbl directory it isn't there anymore see: https://github.com/cloudfoundry/bosh-bootloader/tree/master/plan-patches/bosh-lite-gcp --- bbl-up/task | 1 - 1 file changed, 1 deletion(-) diff --git a/bbl-up/task b/bbl-up/task index 87b04eed..81929e1d 100755 --- a/bbl-up/task +++ b/bbl-up/task @@ -111,7 +111,6 @@ function main() { ${BBL_EXTRA_FLAGS} > "${root_dir}/bbl_plan.txt" cp -r /var/repos/bosh-bootloader/plan-patches/bosh-lite-gcp/* . - cp -r /var/repos/bosh-bootloader/plan-patches/bosh-lite-gcp/.bbl . bbl --debug up \ ${name_flag} \