编辑代码

#!/bin/bash


if [ ${SelectDeployTarget} == "DeployALL" ] || [ -z  ${SelectDeployTarget}]
then
    echo "Deploy ok"
else
    echo "Deploy target is ${SelectDeployTarget}, skip this stage."
fi