From ce85d87946624f492ea87ac9ea390ab64531d1b5 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Tue, 29 Oct 2024 09:38:25 +0530 Subject: [PATCH] Set min required payment to 0 in during undeploy --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run.sh b/scripts/run.sh index a9bdb4e..46e2b4e 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -135,7 +135,7 @@ while true; do --include-tags "$INCLUDE_TAGS" \ --exclude-tags "$EXCLUDE_TAGS" \ --lrn "$LRN" \ - --min-required-payment ${MIN_REQUIRED_PAYMENT:-0} \ + --min-required-payment 0 \ $EXTRA_UNDEPLOY_OPTS \ $UPDATE_OPTS \ --discover