- Fix: Added cleanup
This commit is contained in:
parent
52ff080a0a
commit
c24d5eba4f
@ -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() {
|
function cleanup() {
|
||||||
echo "Cleanup: output_dir: $output_dir"
|
echo "Cleanup"
|
||||||
# builder_cleanup
|
builder_cleanup
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user