added first file
This commit is contained in:
commit
3a43dc2418
14
builder-targets-cb.sh
Normal file
14
builder-targets-cb.sh
Normal file
@ -0,0 +1,14 @@
|
||||
##############################################################################
|
||||
# This optional file "builder-targets-cb.sh" will be called by builder.sh
|
||||
#
|
||||
# You can overwrite target functions like
|
||||
# config, prepare, retrieve, create, package, publish, commit, cleanup
|
||||
# and define callback functions
|
||||
# cb_package_makeproductfile
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
function cleanup() {
|
||||
echo "Cleanup: output_dir: $output_dir"
|
||||
builder_cleanup
|
||||
}
|
Loading…
Reference in New Issue
Block a user