Test the action

This commit is contained in:
Webber
2019-11-30 20:45:14 +01:00
committed by Webber Takken
parent 2d6639c0cc
commit 4a8095a6fb
2 changed files with 32 additions and 2 deletions

View File

@@ -64,9 +64,9 @@ CURRENT_BUILD_FULL_PATH=$BUILDS_FULL_PATH/$BUILD_TARGET
#
if [ -z "$BUILD_COMMAND" ]; then
EXECUTE_CUSTOM_METHOD="-executeMethod $BUILD_COMMAND"
else
EXECUTE_CUSTOM_METHOD=""
else
EXECUTE_CUSTOM_METHOD="-executeMethod $BUILD_COMMAND"
fi
#