Closed diogonicoleti closed 1 month ago
refs to https://github.com/CircleCI-Public/aws-ecs-orb/issues/222
I changed the rule to verify if the ORB_STR_RULE_NAME is not empty (default value). Previously it was checking if it's not set but it's being set at line 9 with an empty value:
ORB_STR_RULE_NAME
ORB_STR_RULE_NAME="$(circleci env subst "${ORB_STR_RULE_NAME}")"
and the rule name is required to invoke the next AWS CLI commands, if it's empty it'll fail
refs to https://github.com/CircleCI-Public/aws-ecs-orb/issues/222
I changed the rule to verify if the
ORB_STR_RULE_NAME
is not empty (default value). Previously it was checking if it's not set but it's being set at line 9 with an empty value:and the rule name is required to invoke the next AWS CLI commands, if it's empty it'll fail