[AB-206] fixing missing command channel group type

fixing not setting the server for creating a command in a channel
adding exceptions for incorrect channel group type
This commit is contained in:
Sheldan
2021-03-22 21:35:28 +01:00
parent 47f33758c9
commit f5f0cbcb1e
11 changed files with 89 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ fi
if [ "x$EXECUTE_TEMPLATES" = 'xtrue' ]; then
DEPLOY_TEMPLATES=yes
fi
exit_code = 0
exit_code=0
if [ "x$EXECUTE_DEPLOYMENT" = 'xtrue' ]; then
python3 -u python/main.py $DEPLOY_TEMPLATES $DEPLOY_LIQUIBASE
exit_code=$?