function post deploy in 'raw' format
= NAME = post_deploy = SYNOPSIS = post_deploy performs steps needed after executing the test_deploy function. = 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. = RETURN = returns non-zero for error. = SOURCE = Located in ''scripts/functions.sh'' = SEE ALSO = * [[function_deploy|deploy]], [[function pre_deploy|pre_deploy]], [[function test_deploy|test_deploy]], [[function_concurrent_check|concurrent_check]]