From 7fcf5a8d03eb54739d0e18d7514f5320f3992f68 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 20:19:22 +0100 Subject: [PATCH] - Added cleanup --- builder-targets-cb.sh | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index fce9c51..c5c623c 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 + builder_cleanup }