- Added cleanup

This commit is contained in:
DT Netsolution GmbH 2012-02-06 20:19:22 +01:00
parent 5c5bf37c0e
commit 7fcf5a8d03
1 changed files with 1 additions and 36 deletions

View File

@ -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
}