From 1bc434b3707c48757eb87659c6360d936905b1a5 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 19:27:49 +0100 Subject: [PATCH] - Fix: Added cleanup --- builder-targets-cb.sh | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 639eff1..98e364f 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -18,43 +18,7 @@ # callbacks: # ############################################################################## - -#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 + builder_cleanup }