function post deploy in split format
|
= NAME =
post_deploy
|
|
= SYNOPSIS =
post_deploy performs steps needed after executing the test_deploy function.
|
concurrent_check.
|
= DESCRIPTION =
This internal function removes the lock file for the test. The lock file is created by the function [[function_concurrent_check|concurrent_check]].
|
|
= EXAMPLES =
|
|
= ENVIRONMENT and ARGUMENTS =
post_deploy uses the following environment variables:
* $LOCKFILE
|
There are no arguments to the function.
|
There are no arguments to the function.
|
|
= RETURN =
returns non-zero for error.
|
|
= SOURCE =
Located in ''scripts/functions.sh''
|
deploy, pre_deploy, test_deploy, concurrent_check
|
= SEE ALSO =
* [[function_deploy|deploy]], [[function pre_deploy|pre_deploy]], [[function test_deploy|test_deploy]], [[function_concurrent_check|concurrent_check]]
|