From 70e2516398c8932dd076d036da29b0cf867efc51 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 20:24:33 +0100 Subject: [PATCH] - fix: add 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 }