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