From c24d5eba4f71666c12825b0847efde3bb4a4a05a Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 19:28:49 +0100 Subject: [PATCH] - Fix: Added cleanup --- builder-targets-cb.sh | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 639eff1..9a3d4a8 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -19,42 +19,7 @@ # ############################################################################## -#function config() { -# echo "Config - doing some commands before calling the builder_config" -# builder_config -# echo "Config - doing some commands after calling the builder_config" -#} - -#function prepare() { -# echo "Prepare" -# builder_prepare -#} - -function retrieve() { - echo "Retrieve" - builder_retrieve -} - -function create() { - echo "Create" - builder_create -} - -function package() { - echo "Package" - builder_package -} - -function publish() { - echo "Publish" - builder_publish -} - -function commit() { - echo "Commit" - # builder_commit -} function cleanup() { - echo "Cleanup: output_dir: $output_dir" - # builder_cleanup + echo "Cleanup" + builder_cleanup }