Skip to content

Commit c05e632

Browse files
committed
removing sanity check
1 parent 3c3fb7f commit c05e632

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/helm_handle_chart.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ echo "BITOPS_CONFIG_COMMAND: $BITOPS_CONFIG_COMMAND"
1616
source "$BITOPS_SCHEMA_ENV_FILE"
1717

1818
# Check for helm skip deploy condition
19-
SANITIZED_HELM_SKIP_DEPLOY=$(echo "$HELM_SKIP_DEPLOY" | tr '[:upper:]' '[:lower:]')
20-
if [ "$SANITIZED_HELM_SKIP_DEPLOY" == "true" ]; then
19+
if [ "$HELM_SKIP_DEPLOY" == "true" ]; then
2120
echo "helm.options.skip-deploy (HELM_SKIP_DEPLOY) set. Skipping deployment for $ENVIRONMENT/helm/$HELM_CHART"
2221
exit 0
2322
fi

0 commit comments

Comments
 (0)