Deployments: change the default monkey_version to ""

If the version is none (default) the commit number will be used which is preferred in dev environment
This commit is contained in:
VakarisZ 2021-10-18 17:46:41 +03:00 committed by Ilija Lazoroski
parent 25df96da63
commit 46ef9df1d2
1 changed files with 1 additions and 2 deletions

View File

@ -44,7 +44,6 @@ echo_help() {
echo " (Default: $DEFAULT_REPO_MONKEY_HOME)"
echo ""
echo "--version A version number for the package."
echo " (Default: dev)"
echo ""
echo "--deployment A deployment type for the package."
echo " (Default: develop)"
@ -110,7 +109,7 @@ agent_binary_dir=""
as_root=false
branch="develop"
monkey_repo="$DEFAULT_REPO_MONKEY_HOME"
monkey_version="dev"
monkey_version=""
package=""
deployment_type=""